Merge pull request #259367 from kilianar/beancount-2.3.6
beancount: 2.3.5 -> 2.3.6
This commit is contained in:
commit
27d35541c9
1 changed files with 2 additions and 2 deletions
|
@ -17,14 +17,14 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "2.3.5";
|
version = "2.3.6";
|
||||||
pname = "beancount";
|
pname = "beancount";
|
||||||
|
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-FONWJaLpy9Q8rmF42gjLPxIk9iYeVBymcm3zXZjpw2o=";
|
hash = "sha256-gB+Tvta1fS4iQ2aIxInVob8fduIQ887RhoB1fmDTR1o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Tests require files not included in the PyPI archive.
|
# Tests require files not included in the PyPI archive.
|
||||||
|
|
Loading…
Reference in a new issue