summary refs log tree commit diff
path: root/pkgs/development/python-modules/fints
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-04-02 05:28:17 -0700
committerMatthias Beyer <mail@beyermatthias.de>2019-04-07 13:53:40 +0200
commit794cc8e724de3d3cfa3508cdd4965bd5f37db481 (patch)
tree0891573337de7e6ba0449c336918fdd87e55205d /pkgs/development/python-modules/fints
parent72142c29ee8352ec80f635b24c584ff14d9c56be (diff)
downloadnixpkgs-794cc8e724de3d3cfa3508cdd4965bd5f37db481.tar
nixpkgs-794cc8e724de3d3cfa3508cdd4965bd5f37db481.tar.gz
nixpkgs-794cc8e724de3d3cfa3508cdd4965bd5f37db481.tar.bz2
nixpkgs-794cc8e724de3d3cfa3508cdd4965bd5f37db481.tar.lz
nixpkgs-794cc8e724de3d3cfa3508cdd4965bd5f37db481.tar.xz
nixpkgs-794cc8e724de3d3cfa3508cdd4965bd5f37db481.tar.zst
nixpkgs-794cc8e724de3d3cfa3508cdd4965bd5f37db481.zip
python37Packages.fints: 2.0.1 -> 2.1.1
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

(cherry picked from commit d7a07e065f0257f1197b79235f0a6ef02c696a86)
Diffstat (limited to 'pkgs/development/python-modules/fints')
-rw-r--r--pkgs/development/python-modules/fints/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/fints/default.nix b/pkgs/development/python-modules/fints/default.nix
index 5ac7ccd1adc..4d9d250815a 100644
--- a/pkgs/development/python-modules/fints/default.nix
+++ b/pkgs/development/python-modules/fints/default.nix
@@ -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 ];