beancount-black: 0.2.0 -> 0.2.1

https://github.com/LaunchPlatform/beancount-black/releases/tag/0.2.1
This commit is contained in:
Bruno BELANYI 2023-05-20 11:50:54 +01:00
parent c1b1608958
commit 6241426029

View file

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