beancount: 2016-04-10 -> 2.0b12
This commit is contained in:
parent
e336acb096
commit
8a37554f01
@ -1,14 +1,13 @@
|
|||||||
{ stdenv, fetchhg, pkgs, pythonPackages }:
|
{ stdenv, fetchhg, pkgs, pythonPackages }:
|
||||||
|
|
||||||
pythonPackages.buildPythonApplication rec {
|
pythonPackages.buildPythonApplication rec {
|
||||||
version = "2016-04-10-b5721f1c6f01bd168a5781652e5e3167f7f8ceb3";
|
version = "2.0b12";
|
||||||
name = "beancount-${version}";
|
name = "beancount-${version}";
|
||||||
namePrefix = "";
|
namePrefix = "";
|
||||||
|
|
||||||
src = fetchhg {
|
src = pkgs.fetchurl {
|
||||||
url = "https://bitbucket.org/blais/beancount";
|
url = "mirror://pypi/b/beancount/${name}.tar.gz";
|
||||||
rev = "b5721f1c6f01bd168a5781652e5e3167f7f8ceb3";
|
sha256 = "0n0wyi2yhmf8l46l5z68psk4rrzqkgqaqn93l0wnxsmp1nmqly9z";
|
||||||
sha256 = "10nv3p9cix7yp23a9hnq5163rpl8cfs3hv75h90ld57dc24nxzn2";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with pythonPackages; [ nose ];
|
buildInputs = with pythonPackages; [ nose ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user