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