beanhub-cli: 1.2.3 -> 1.4.0

This commit is contained in:
Fang-Pen Lin 2024-09-06 10:19:46 -07:00
parent 2a02e10c71
commit 11c2306f33
No known key found for this signature in database
GPG Key ID: 2A269964AD292131

View File

@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "beanhub-cli";
version = "1.2.3";
version = "1.4.0";
pyproject = true;
disabled = pythonOlder "3.10";
@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "LaunchPlatform";
repo = "beanhub-cli";
rev = "refs/tags/${version}";
hash = "sha256-oHlI3hloquD86fHr3AgwW5SqKxUw2gphP76wi6mCy44=";
hash = "sha256-P6XypAiMHaxOzGn+R7G6o/1c+lIOV/LqUmeRaMOVLNg=";
};
build-system = [ poetry-core ];