python311Packages.pytrafikverket: 0.3.3 -> 0.3.5

Changelog: https://github.com/endor-force/pytrafikverket/releases/tag/0.3.5
This commit is contained in:
Fabian Affolter 2023-08-07 00:37:32 +02:00
parent 5c5bdd7b93
commit 1120498cc8

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pytrafikverket";
version = "0.3.3";
version = "0.3.5";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Lq6YAYScBYRA2ltv+ohWfMasqohCH5zrnCi+sQbQWLI=";
hash = "sha256-dBD8CpEiCDhuabUEPzbvhl3WnEcJU9T910VCAI2jDrA=";
};
propagatedBuildInputs = [