python3Packages.airportsdata: 20250706 -> 20250811

This commit is contained in:
R. Ryantm
2025-08-13 07:56:45 +00:00
parent e51401ca41
commit 69a741330f
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "airportsdata";
version = "20250706";
version = "20250811";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "mborsetti";
repo = "airportsdata";
tag = "v${version}";
hash = "sha256-DINR1r+Gn88XB4EddNg04CNSifYlETRW0ptCX5w2ndM=";
hash = "sha256-MJMZzRyahh39qldgbObApneKrN9qgU9HSW2zgpk0jfQ=";
};
build-system = [ setuptools ];