0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50: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 {
pname = "airportsdata";
version = "20250224";
version = "20250523";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-f0U4phNQREShMUm+cBqsX5WZuG2kdtJrRqok/VRxTto=";
hash = "sha256-eODrcu/M1jvaLezxxuwKjh066DEnZKhbqlZJZgfI894=";
};
build-system = [ setuptools ];