python311Packages.pygtfs: 0.1.7 -> 0.1.9

This commit is contained in:
Fabian Affolter 2023-07-15 22:00:10 +02:00
parent a492827472
commit 7e8aef5f2d

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pygtfs";
version = "0.1.7";
version = "0.1.9";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-sGJwtf8DVIrE4hcU3IksnyAAt8yf67UBJIiVILDSsv8=";
hash = "sha256-J5vu51OOMabWd8h60PpvvBiCnwQlhEnBywNXxy9hOuA=";
};
postPatch = ''