python312Packages.h3: 4.2.1 -> 4.2.2

This commit is contained in:
R. Ryantm
2025-03-19 09:07:53 +00:00
parent 903d679a5a
commit 1b1a71a1de
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "h3";
version = "4.2.1";
version = "4.2.2";
pyproject = true;
# pypi version does not include tests
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "uber";
repo = "h3-py";
tag = "v${version}";
hash = "sha256-YFGKF/WV0nlmtR7MacOBoor6PQwPPFqdK1C1eIciXwI=";
hash = "sha256-HvJT5SuE7UHhGMlaQG3YSHfGkgsdDAVVGsGRsAeNHGQ=";
};
dontConfigure = true;