python312Packages.beanhub-cli: 1.4.0 -> 1.4.1

This commit is contained in:
R. Ryantm
2024-10-07 02:40:15 +00:00
parent c1bdc0da23
commit aeb01caccc
@@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "beanhub-cli";
version = "1.4.0";
version = "1.4.1";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "LaunchPlatform";
repo = "beanhub-cli";
rev = "refs/tags/${version}";
hash = "sha256-P6XypAiMHaxOzGn+R7G6o/1c+lIOV/LqUmeRaMOVLNg=";
hash = "sha256-ZPRQLdNDp/LOXmxU9H6fh9raPPiDsTiEW3j8ncgt8sY=";
};
build-system = [ poetry-core ];