Skip to content

Commit

Permalink
python37Packages.fints: 2.0.1 -> 2.1.1
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-fints/versions
  • Loading branch information
r-ryantm committed Apr 2, 2019
1 parent 18aa59b commit d7a07e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/fints/default.nix
Expand Up @@ -2,13 +2,13 @@
requests, mt-940, sepaxml, bleach, isPy3k }:

buildPythonPackage rec {
version = "2.0.1";
version = "2.1.1";
pname = "fints";
disabled = !isPy3k;

src = fetchPypi {
inherit pname version;
sha256 = "27427b5e6536b592f964c464a8f0c75c5725176604e9d0f208772a45918d9b78";
sha256 = "06p6p0xxw0n10hmf7z4k1l29fya0sja433s6lasjr1bal5asdhaq";
};

propagatedBuildInputs = [ requests mt-940 sepaxml bleach ];
Expand Down

0 comments on commit d7a07e0

Please sign in to comment.