about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2019-01-18 11:39:37 +0000
committerGitHub <noreply@github.com>2019-01-18 11:39:37 +0000
commit934bf46f44b531c012360ac4e3a2e72f9fc96e79 (patch)
tree07faf12adc1ca8fd9adebf5376f57a365c3d681f /pkgs/development/python-modules
parent9b1f1603db6915a70ce03c824f05411b26c92639 (diff)
parent2b09c15ae3c76b63f6d613b78ae57a1941a9015f (diff)
downloadnixlib-934bf46f44b531c012360ac4e3a2e72f9fc96e79.tar
nixlib-934bf46f44b531c012360ac4e3a2e72f9fc96e79.tar.gz
nixlib-934bf46f44b531c012360ac4e3a2e72f9fc96e79.tar.bz2
nixlib-934bf46f44b531c012360ac4e3a2e72f9fc96e79.tar.lz
nixlib-934bf46f44b531c012360ac4e3a2e72f9fc96e79.tar.xz
nixlib-934bf46f44b531c012360ac4e3a2e72f9fc96e79.tar.zst
nixlib-934bf46f44b531c012360ac4e3a2e72f9fc96e79.zip
Merge pull request #54246 from r-ryantm/auto-update/python3.7-beancount
python37Packages.beancount: 2.1.3 -> 2.2.0
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/beancount/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/beancount/default.nix b/pkgs/development/python-modules/beancount/default.nix
index e023c721b0e6..0544819570c5 100644
--- a/pkgs/development/python-modules/beancount/default.nix
+++ b/pkgs/development/python-modules/beancount/default.nix
@@ -4,14 +4,14 @@
 , pytest, requests }:
 
 buildPythonPackage rec {
-  version = "2.1.3";
+  version = "2.2.0";
   pname = "beancount";
 
   disabled = !isPy3k;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "4b7b0d3633c82ca88d3cb3d31ad2fd2e45a42401cfa94eaa1cb938ffece34f22";
+    sha256 = "1j3fyyqnr5gq71rmkb9q3im8pqppa134zzhmmp4hk4b274g18w31";
   };
 
   # No tests in archive