beanhub-cli: 1.2.2 -> 1.2.3

This commit is contained in:
R. Ryantm 2024-07-20 05:48:09 +00:00
parent b098e0c792
commit 510ff7e578

View File

@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "beanhub-cli";
version = "1.2.2";
version = "1.2.3";
pyproject = true;
disabled = pythonOlder "3.10";
@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "LaunchPlatform";
repo = "beanhub-cli";
rev = "refs/tags/${version}";
hash = "sha256-ZN384KN6+pkDDsCk825sr+LsArQ5Vaf09ASLN8IemhM=";
hash = "sha256-oHlI3hloquD86fHr3AgwW5SqKxUw2gphP76wi6mCy44=";
};
build-system = [ poetry-core ];