about summary refs log tree commit diff
path: root/pkgs/development/python-modules/habanero
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2022-01-13 16:58:23 -0800
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-23 01:09:09 +0100
commit1d31c461fdcbe2b253f8bf7b0b58687c5efe5af1 (patch)
treee53d603f2376ca8c6b7051dc367b897263777c1c /pkgs/development/python-modules/habanero
parente903fa5e8124e1a5dc73fd6bbb05afc22afef039 (diff)
python3Packages.habanero: 0.7.4 -> 1.0.0
Diffstat (limited to 'pkgs/development/python-modules/habanero')
-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 e24f2fc096911..8e7d90caa1a84 100644
--- a/pkgs/development/python-modules/habanero/default.nix
+++ b/pkgs/development/python-modules/habanero/default.nix
@@ -5,14 +5,14 @@
 
 buildPythonPackage rec {
   pname = "habanero";
-  version = "0.7.4";
+  version = "1.0.0";
 
   # Install from Pypi is failing because of a missing file (Changelog.rst)
   src = fetchFromGitHub {
     owner = "sckott";
     repo = pname;
     rev = "v${version}";
-    sha256 = "1d8yj9xz5qabcj57rpjzvg0jcscvzrpb0739mll29nijbsaimfr1";
+    sha256 = "0lhbd5c4sypcd65nh4cgxddsqrxwg89nn1qiii6m5l4fzsvblggv";
   };
 
   propagatedBuildInputs = [ requests tqdm ];