python310Packages.h3: 3.7.4 -> 3.7.6

This commit is contained in:
R. Ryantm 2022-11-26 11:18:18 +00:00
parent fd538cf515
commit 95e3d04f10

View file

@ -13,14 +13,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "h3"; pname = "h3";
version = "3.7.4"; version = "3.7.6";
# pypi version does not include tests # pypi version does not include tests
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "uber"; owner = "uber";
repo = "h3-py"; repo = "h3-py";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
sha256 = "sha256-/DtQD2M+5kBn1RxAOobVqtu32+1cxN8lZSuGH613Bwc="; sha256 = "sha256-QNiuiHJ4IMxpi39iobPSSlYUUj5oxpxO4B2+HXVQ/Zk=";
}; };
dontConfigure = true; dontConfigure = true;