Loading pkgs/development/python-modules/beancount/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ }: buildPythonPackage rec { version = "3.0.0"; version = "2.3.6"; format = "setuptools"; pname = "beancount"; Loading @@ -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. Loading @@ -49,6 +49,10 @@ buildPythonPackage rec { pytest ]; # beancount cannot be directly bumped to 3.x # e.g. https://github.com/NixOS/nixpkgs/issues/380197 passthru.skipBulkUpdate = true; meta = with lib; { homepage = "https://github.com/beancount/beancount"; description = "Double-entry bookkeeping computer language"; Loading Loading
pkgs/development/python-modules/beancount/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ }: buildPythonPackage rec { version = "3.0.0"; version = "2.3.6"; format = "setuptools"; pname = "beancount"; Loading @@ -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. Loading @@ -49,6 +49,10 @@ buildPythonPackage rec { pytest ]; # beancount cannot be directly bumped to 3.x # e.g. https://github.com/NixOS/nixpkgs/issues/380197 passthru.skipBulkUpdate = true; meta = with lib; { homepage = "https://github.com/beancount/beancount"; description = "Double-entry bookkeeping computer language"; Loading