0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

python3Packages.airportsdata: 20250224 -> 20250523

This commit is contained in:
R. Ryantm 2025-05-31 12:01:35 +00:00
parent 7c07515359
commit 9be3e2c738

View file

@ -8,14 +8,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "airportsdata"; pname = "airportsdata";
version = "20250224"; version = "20250523";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-f0U4phNQREShMUm+cBqsX5WZuG2kdtJrRqok/VRxTto="; hash = "sha256-eODrcu/M1jvaLezxxuwKjh066DEnZKhbqlZJZgfI894=";
}; };
build-system = [ setuptools ]; build-system = [ setuptools ];