beancount: 2.3.3 -> 2.3.4

This commit is contained in:
R. RyanTM 2021-03-21 01:29:26 +00:00
parent 76b34118a9
commit e020ff5db6

View File

@ -16,14 +16,14 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
version = "2.3.3"; version = "2.3.4";
pname = "beancount"; pname = "beancount";
disabled = !isPy3k; disabled = !isPy3k;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0767ap2n9vk9dz40njndfhaprajr75fvzx7igbd1szc6x8wri8nr"; sha256 = "sha256-K/CM5qldmAAPTXM5WYXNHeuBwNUu1aduYQusd9gvhsA=";
}; };
# Tests require files not included in the PyPI archive. # Tests require files not included in the PyPI archive.