Skip to content

Commit b2f2859

Browse files
authored
python312Packages.habanero: 2.0.0 -> 2.2.0 (#380015)
2 parents 0768e5f + 6e9f32c commit b2f2859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/habanero/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212

1313
buildPythonPackage rec {
1414
pname = "habanero";
15-
version = "2.0.0";
15+
version = "2.2.0";
1616
pyproject = true;
1717

1818
src = fetchFromGitHub {
1919
owner = "sckott";
2020
repo = pname;
2121
tag = "v${version}";
22-
hash = "sha256-GvrHCTmNEgqCiNzXPg7/L9QPd5FhSZBq3FA3qMBT0l4=";
22+
hash = "sha256-tEsuCOuRXJleiv02VGLVSg0ykh3Yu77uZzE6vhf5PaQ=";
2323
};
2424

2525
build-system = [ hatchling ];

0 commit comments

Comments
 (0)