0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

Merge pull request #327531 from SharzyL/beancount_revert

Revert "python3Packages.beancount: 2.3.6 -> 3.0.0"
This commit is contained in:
Benjamin Hipple 2024-07-16 23:22:29 -04:00 committed by GitHub
commit 3473045ca0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@
}:
buildPythonPackage rec {
version = "3.0.0";
version = "2.3.6";
format = "setuptools";
pname = "beancount";
@ -26,7 +26,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-z2aGhpx+o+78CU7hPthmv196K7DGHk1PXfPjX4Rs/98=";
hash = "sha256-gB+Tvta1fS4iQ2aIxInVob8fduIQ887RhoB1fmDTR1o=";
};
# Tests require files not included in the PyPI archive.