python312Packages.habanero: 2.0.0 -> 2.2.0 (#380015)

This commit is contained in:
Weijia Wang
2025-02-26 16:02:13 +01:00
committed by GitHub
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "habanero";
version = "2.0.0";
version = "2.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "sckott";
repo = pname;
tag = "v${version}";
hash = "sha256-GvrHCTmNEgqCiNzXPg7/L9QPd5FhSZBq3FA3qMBT0l4=";
hash = "sha256-tEsuCOuRXJleiv02VGLVSg0ykh3Yu77uZzE6vhf5PaQ=";
};
build-system = [ hatchling ];