python: fints: 2.0.0 -> 2.0.1
This commit is contained in:
parent
c72673ad5a
commit
d36ef92ac5
pkgs/development/python-modules/fints
|
@ -2,13 +2,13 @@
|
||||||
requests, mt-940, sepaxml, bleach, isPy3k }:
|
requests, mt-940, sepaxml, bleach, isPy3k }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "2.0.0";
|
version = "2.0.1";
|
||||||
pname = "fints";
|
pname = "fints";
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1jja83h0ld55djiphcxdz64z5qp3w94204bfbgg65v5ybw0vpqq1";
|
sha256 = "27427b5e6536b592f964c464a8f0c75c5725176604e9d0f208772a45918d9b78";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ requests mt-940 sepaxml bleach ];
|
propagatedBuildInputs = [ requests mt-940 sepaxml bleach ];
|
||||||
|
|
Loading…
Reference in New Issue