python311Packages.pytrafikverket: 0.2.3 -> 0.3.1

Changelog: https://github.com/endor-force/pytrafikverket/releases/tag/0.3.1
This commit is contained in:
Fabian Affolter 2023-05-04 23:32:39 +02:00
parent 5ae6aff545
commit 6cf957a10c

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pytrafikverket";
version = "0.2.3";
version = "0.3.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-bbg1FzzJ3cJIbV+u3Ih70hkgu23Joxc1xeLELiRYt8g=";
hash = "sha256-foTIzWk/Y1H6OK+OAIU5VPlb/+gevc8WP9TzpYtnWvM=";
};
propagatedBuildInputs = [