Merge pull request #294642 from r-ryantm/auto-update/python311Packages.h3

python311Packages.h3: 3.7.6 -> 3.7.7
This commit is contained in:
Nick Cao 2024-03-10 10:39:19 -04:00 committed by GitHub
commit 5769644b81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;