Merge pull request #117087 from r-ryantm/auto-update/beancount

beancount: 2.3.3 -> 2.3.4
This commit is contained in:
Benjamin Hipple 2021-03-20 21:37:20 -04:00 committed by GitHub
commit 29e61be3df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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