python312Packages.beanhub-cli: 1.4.0 -> 1.4.1 (#346996)

This commit is contained in:
Nick Cao
2024-10-07 09:27:48 -04:00
committed by GitHub
@@ -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 ];