python311Packages.h3: 3.7.6 -> 3.7.7

This commit is contained in:
R. Ryantm 2024-03-10 03:29:16 +00:00
parent 6b2fe60cd5
commit 862f107920

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "h3";
version = "3.7.6";
version = "3.7.7";
format = "setuptools";
# pypi version does not include tests
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "uber";
repo = "h3-py";
rev = "refs/tags/v${version}";
hash = "sha256-QNiuiHJ4IMxpi39iobPSSlYUUj5oxpxO4B2+HXVQ/Zk=";
hash = "sha256-wXQaSMXQI0f7zfyj37mubxdqGFv7vhHQd6rH08H57d4=";
};
dontConfigure = true;