about summary refs log tree commit diff
path: root/pkgs/development/python-modules/h3
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-04-16 15:53:56 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-04-16 15:53:56 +0000
commit20b225bf4c520ed927ee4cc60324a3e425ad2a6f (patch)
tree1e861269c1d5135ee415ec25d06569061d8ef4b8 /pkgs/development/python-modules/h3
parentfaad370edcb37162401be50d45526f52bb16a713 (diff)
python310Packages.h3: 3.7.3 -> 3.7.4
Diffstat (limited to 'pkgs/development/python-modules/h3')
-rw-r--r--pkgs/development/python-modules/h3/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/h3/default.nix b/pkgs/development/python-modules/h3/default.nix
index 6e5965053f4ab..e638997be79ec 100644
--- a/pkgs/development/python-modules/h3/default.nix
+++ b/pkgs/development/python-modules/h3/default.nix
@@ -13,14 +13,14 @@
 
 buildPythonPackage rec {
   pname = "h3";
-  version = "3.7.3";
+  version = "3.7.4";
 
   # pypi version does not include tests
   src = fetchFromGitHub {
     owner = "uber";
     repo = "h3-py";
-    rev = "v${version}";
-    sha256 = "0wc1fz8v59r97wlayr4lnsgwzd4fxm991xbs9690d4vwdkapafll";
+    rev = "refs/tags/v${version}";
+    sha256 = "sha256-/DtQD2M+5kBn1RxAOobVqtu32+1cxN8lZSuGH613Bwc=";
   };
 
   dontConfigure = true;