python312Packages.beancount-black: 1.0.2 -> 1.0.4

This commit is contained in:
R. Ryantm 2024-07-16 09:29:16 +00:00
parent b64e7d2266
commit c7bb9bf6b0

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "beancount-black";
version = "1.0.2";
version = "1.0.4";
disabled = pythonOlder "3.9";
format = "pyproject";
@ -19,8 +19,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "LaunchPlatform";
repo = "beancount-black";
rev = version;
hash = "sha256-SoAic9UYKE9lhMpl44VosJmmjKJjDrKOyMeUO931Ztg=";
rev = "refs/tags/${version}";
hash = "sha256-GrdQCxVsAzCusxxfQHF48doWG8OVrqBayCFof9RHTkE=";
};
buildInputs = [ poetry-core ];