about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-07 16:45:00 +0100
committerGitHub <noreply@github.com>2024-03-07 16:45:00 +0100
commit34b857488ca3c66970f4b262316ca6359ce46114 (patch)
treeb81437bf2d98495ffe60f68cf9e23ac1fcf74f2d
parentf545f356486384feb00a33fa051eca435dcf353e (diff)
parentbdec5e64cf41e50b35eb48aae663551961ff8f37 (diff)
Merge pull request #288129 from r-ryantm/auto-update/python312Packages.habanero
python312Packages.habanero: 1.2.3 -> 1.2.6
-rw-r--r--pkgs/development/python-modules/habanero/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/habanero/default.nix b/pkgs/development/python-modules/habanero/default.nix
index 8450386c26772..51dcfdcc91c7e 100644
--- a/pkgs/development/python-modules/habanero/default.nix
+++ b/pkgs/development/python-modules/habanero/default.nix
@@ -12,7 +12,7 @@
 
 buildPythonPackage rec {
   pname = "habanero";
-  version = "1.2.3";
+  version = "1.2.6";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
     owner = "sckott";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-IQp85Cigs0in3X07a9d45nMC3X2tAkPzl5hFVhfr00o=";
+    hash = "sha256-Pw0TgXxDRmR565hdNGipfDZ7P32pxWkmPWfaYK0RaI4=";
   };
 
   nativeBuildInputs = [