python312Packages.airportsdata: 20241001 -> 20250224

This commit is contained in:
R. Ryantm
2025-03-03 10:55:11 +00:00
parent 1d2fe0135f
commit 9f779050d8
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "airportsdata";
version = "20241001";
version = "20250224";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-+gvRQ7T0vjVXy4kvoGEu8hD9kakr1yC02CId5Xak+gA=";
hash = "sha256-f0U4phNQREShMUm+cBqsX5WZuG2kdtJrRqok/VRxTto=";
};
build-system = [ setuptools ];