Merge pull request #233677 from ambroisie/auto-update/python310Packages.beancount-parser

python310Packages.beancount-black: 0.2.0 -> 0.2.1
This commit is contained in:
Nick Cao 2023-05-23 20:15:31 -06:00 committed by GitHub
commit 345abcff64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "beancount-black";
version = "0.2.0";
version = "0.2.1";
disabled = pythonOlder "3.9";
format = "pyproject";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "LaunchPlatform";
repo = "beancount-black";
rev = version;
hash = "sha256-1n+IADiGUsi69XoxO4Tjio2QdkJyoYZHgvYc646TuF4=";
hash = "sha256-wvAQnwnyHn5Koc/UN4zpJ3JDmFbDoUrpCTmJCpSP7Mg=";
};
buildInputs = [

View File

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