3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.dwdwfsapi: 1.0.3 -> 1.0.4

This commit is contained in:
Fabian Affolter 2021-06-06 21:15:06 +02:00
parent c177b49d39
commit 06b6503467

View file

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "dwdwfsapi";
version = "1.0.3";
version = "1.0.4";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-PX1b1msaZH8HKVBo3GU7TOr8Lo7INLjjJBkDHHs6mzk=";
sha256 = "sha256-JOIg6rLrU8v39z1I6smIPEeiUPdSdJcD2avUsTQq+bU=";
};
propagatedBuildInputs = [