3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #203034 from r-ryantm/auto-update/python3.10-h3

python310Packages.h3: 3.7.4 -> 3.7.6
This commit is contained in:
Mario Rodas 2022-11-27 08:36:46 -05:00 committed by GitHub
commit dab1ad3daa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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