about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-02-06 06:39:23 -0800
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-02-06 23:49:06 +0000
commit130c76b320ad6da80e20723daf3b8a5bff8e40a0 (patch)
tree567693fbf395836af63bf7603ee4a8a8ee2d0f99
parentec8a918ec22f8d4911ebe827545b12c405a4ab81 (diff)
downloadnixlib-130c76b320ad6da80e20723daf3b8a5bff8e40a0.tar
nixlib-130c76b320ad6da80e20723daf3b8a5bff8e40a0.tar.gz
nixlib-130c76b320ad6da80e20723daf3b8a5bff8e40a0.tar.bz2
nixlib-130c76b320ad6da80e20723daf3b8a5bff8e40a0.tar.lz
nixlib-130c76b320ad6da80e20723daf3b8a5bff8e40a0.tar.xz
nixlib-130c76b320ad6da80e20723daf3b8a5bff8e40a0.tar.zst
nixlib-130c76b320ad6da80e20723daf3b8a5bff8e40a0.zip
python37Packages.beancount: 2.2.0 -> 2.2.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-beancount/versions
-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 0544819570c5..61080e5e4c46 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.2.0";
+  version = "2.2.1";
   pname = "beancount";
 
   disabled = !isPy3k;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1j3fyyqnr5gq71rmkb9q3im8pqppa134zzhmmp4hk4b274g18w31";
+    sha256 = "0xrgmqv0wsc0makm5i6jwng99yp3rvm30v2xqmcah60fgjymkjzb";
   };
 
   # No tests in archive