Merge pull request #259367 from kilianar/beancount-2.3.6

beancount: 2.3.5 -> 2.3.6
This commit is contained in:
Mario Rodas 2023-10-06 08:37:37 -05:00 committed by GitHub
commit 27d35541c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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