summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-01-17 19:21:11 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-01-17 19:21:11 -0800
commit2b09c15ae3c76b63f6d613b78ae57a1941a9015f (patch)
treebb943c72489c60003861b6c9bf266c8eae0fdb3a /pkgs
parentbfd31e29c81de1a66beee323a6f34ebaf6966d8a (diff)
downloadnixpkgs-2b09c15ae3c76b63f6d613b78ae57a1941a9015f.tar
nixpkgs-2b09c15ae3c76b63f6d613b78ae57a1941a9015f.tar.gz
nixpkgs-2b09c15ae3c76b63f6d613b78ae57a1941a9015f.tar.bz2
nixpkgs-2b09c15ae3c76b63f6d613b78ae57a1941a9015f.tar.lz
nixpkgs-2b09c15ae3c76b63f6d613b78ae57a1941a9015f.tar.xz
nixpkgs-2b09c15ae3c76b63f6d613b78ae57a1941a9015f.tar.zst
nixpkgs-2b09c15ae3c76b63f6d613b78ae57a1941a9015f.zip
python37Packages.beancount: 2.1.3 -> 2.2.0
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-beancount/versions
Diffstat (limited to 'pkgs')
-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 e023c721b0e..0544819570c 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