beancount: 2.0b13 -> 2.0b15
This commit is contained in:
parent
ffa2bc2382
commit
e8014ce243
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, fetchhg, pkgs, pythonPackages }:
|
{ stdenv, fetchhg, pkgs, pythonPackages }:
|
||||||
|
|
||||||
pythonPackages.buildPythonApplication rec {
|
pythonPackages.buildPythonApplication rec {
|
||||||
version = "2.0b13";
|
version = "2.0b15";
|
||||||
name = "beancount-${version}";
|
name = "beancount-${version}";
|
||||||
namePrefix = "";
|
namePrefix = "";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/b/beancount/${name}.tar.gz";
|
url = "mirror://pypi/b/beancount/${name}.tar.gz";
|
||||||
sha256 = "16gkcq28bwd015b1qhdr5d7vhxid8xfn6ia4n9n8dnl5n448yqkm";
|
sha256 = "1dvnpgja4v4k5zagfsmdjavlib0z3r9r4z197yvj86szhzs0z86k";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with pythonPackages; [ nose ];
|
buildInputs = with pythonPackages; [ nose ];
|
||||||
|
Loading…
Reference in New Issue
Block a user