beancount: 2.3.2 -> 2.3.3
This commit is contained in:
parent
b40ad04c9d
commit
ec2bd3c95c
@ -4,14 +4,14 @@
|
|||||||
, ply, python_magic, pytest, requests }:
|
, ply, python_magic, pytest, requests }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "2.3.2";
|
version = "2.3.3";
|
||||||
pname = "beancount";
|
pname = "beancount";
|
||||||
|
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1wfpf2b0sha84rz0qgkanc82wharjqr2nr7xxg1rngrci2h0aqhd";
|
sha256 = "0767ap2n9vk9dz40njndfhaprajr75fvzx7igbd1szc6x8wri8nr";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Tests require files not included in the PyPI archive.
|
# Tests require files not included in the PyPI archive.
|
||||||
|
Loading…
Reference in New Issue
Block a user