about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2021-03-17 10:20:35 +0100
committerGitHub <noreply@github.com>2021-03-17 10:20:35 +0100
commit94a0cb3b8d80e510f542a0307d20ead2ac37a5bf (patch)
tree77e1b226bf4dadb0f402aa19e243435f5117bbd0 /pkgs
parentb69d31d9e35c9d52caba6da70aa81cddd8bd8f40 (diff)
parent064f93d580747296f28e199b011b968701427c9c (diff)
Merge pull request #116092 from r-ryantm/auto-update/python3.8-h3
python38Packages.h3: 3.7.1 -> 3.7.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/h3/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/h3/default.nix b/pkgs/development/python-modules/h3/default.nix
index e66a3f5e9fcba..3552b6922fcde 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.1";
+  version = "3.7.2";
 
   # pypi version does not include tests
   src = fetchFromGitHub {
     owner = "uber";
     repo = "h3-py";
     rev = "v${version}";
-    sha256 = "sha256-MIVV3kZGsIsaJ/ccJOK3+j1VwkUsZGHS5d1sGOBa1Ec=";
+    sha256 = "00yi5ncfhi2wpakwm9visi1jlnnaaha66y90fjcsfyvi4hkm8xv2";
   };
 
   dontConfigure = true;