python3Packages.h3: 4.3.0 -> 4.3.1 (#446545)

This commit is contained in:
Wael Nasreddine
2025-09-27 05:27:09 +00:00
committed by GitHub
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "h3";
version = "4.3.0";
version = "4.3.1";
pyproject = true;
# pypi version does not include tests
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "uber";
repo = "h3-py";
tag = "v${version}";
hash = "sha256-D2imgxGzJpOEQ3xddM42SKWPZEIwuXQ31mm8ZIQhqkE=";
hash = "sha256-zt7zbBgSp2P9q7mObZeQZpW9Szip62dAYdPZ2cGTmi4=";
};
dontConfigure = true;