python3Packages.h3: 4.3.1 -> 4.4.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:14 +01:00
parent 96d677a8d7
commit 374b00f4b4
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "h3";
version = "4.3.1";
version = "4.4.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-zt7zbBgSp2P9q7mObZeQZpW9Szip62dAYdPZ2cGTmi4=";
hash = "sha256-ugYx8FJUxfrJHfzRxyjaOlG/Z0KhKglRHTgKKBHzUGQ=";
};
dontConfigure = true;