Merge pull request #247595 from fabaff/pytrafikverket-bump

python311Packages.pytrafikverket: 0.3.3 -> 0.3.5
This commit is contained in:
Nick Cao 2023-08-06 18:52:47 -06:00 committed by GitHub
commit c73ff26bca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [