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

beancount: 2.3.4 -> 2.3.5
This commit is contained in:
Benjamin Hipple 2022-02-19 22:48:36 -05:00 committed by GitHub
commit 51fcba0cd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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