summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-01-03 14:46:06 +0100
committerMatthias Beyer <mail@beyermatthias.de>2017-01-04 16:29:34 +0100
commitb1f4c1dffe7090014ebfcda76a6b78f655e5f7ed (patch)
tree1fa4a2a3ec95f6302ebaf7e3288a40bafab0ce56 /pkgs/applications/office
parentcc0a5d589ddf1f6a4fb72a5b4daed8852b65e34a (diff)
downloadnixlib-b1f4c1dffe7090014ebfcda76a6b78f655e5f7ed.tar
nixlib-b1f4c1dffe7090014ebfcda76a6b78f655e5f7ed.tar.gz
nixlib-b1f4c1dffe7090014ebfcda76a6b78f655e5f7ed.tar.bz2
nixlib-b1f4c1dffe7090014ebfcda76a6b78f655e5f7ed.tar.lz
nixlib-b1f4c1dffe7090014ebfcda76a6b78f655e5f7ed.tar.xz
nixlib-b1f4c1dffe7090014ebfcda76a6b78f655e5f7ed.tar.zst
nixlib-b1f4c1dffe7090014ebfcda76a6b78f655e5f7ed.zip
beancount: 2.0b12 -> 2.0b13
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/beancount/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/beancount/default.nix b/pkgs/applications/office/beancount/default.nix
index 2034c832294f..72f6c5de8a19 100644
--- a/pkgs/applications/office/beancount/default.nix
+++ b/pkgs/applications/office/beancount/default.nix
@@ -1,13 +1,13 @@
 { stdenv, fetchhg, pkgs, pythonPackages }:
 
 pythonPackages.buildPythonApplication rec {
-  version = "2.0b12";
+  version = "2.0b13";
   name = "beancount-${version}";
   namePrefix = "";
 
   src = pkgs.fetchurl {
     url = "mirror://pypi/b/beancount/${name}.tar.gz";
-    sha256 = "0n0wyi2yhmf8l46l5z68psk4rrzqkgqaqn93l0wnxsmp1nmqly9z";
+    sha256 = "16gkcq28bwd015b1qhdr5d7vhxid8xfn6ia4n9n8dnl5n448yqkm";
   };
 
   buildInputs = with pythonPackages; [ nose ];