python310Packages.beancount-parser: 0.1.23 -> 0.2.0

This commit is contained in:
R. Ryantm 2023-05-19 06:14:58 +00:00
parent 2a49ffd158
commit c1b1608958

View file

@ -9,7 +9,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "beancount-parser"; pname = "beancount-parser";
version = "0.1.23"; version = "0.2.0";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "LaunchPlatform"; owner = "LaunchPlatform";
repo = "beancount-parser"; repo = "beancount-parser";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-3pO1HvH3R2RpNFtplWyaXxqZy0caAoAxlmfSKmjkvKQ="; hash = "sha256-VSl+Jde/mDSUpICXjmPKID6qZiKUUaK8ixztP1qaoDM=";
}; };
buildInputs = [ buildInputs = [