We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c9418 commit 358ad1bCopy full SHA for 358ad1b
pkgs/development/python-modules/habanero/default.nix
@@ -12,14 +12,14 @@
12
13
buildPythonPackage rec {
14
pname = "habanero";
15
- version = "2.2.0";
+ version = "2.3.0";
16
pyproject = true;
17
18
src = fetchFromGitHub {
19
owner = "sckott";
20
repo = "habanero";
21
tag = "v${version}";
22
- hash = "sha256-tEsuCOuRXJleiv02VGLVSg0ykh3Yu77uZzE6vhf5PaQ=";
+ hash = "sha256-XI+UOm3xONBNVSlywfBhnsCA9RdpEwDQ4oQixn4UBKk=";
23
};
24
25
build-system = [ hatchling ];
0 commit comments