Merge pull request #116092 from r-ryantm/auto-update/python3.8-h3

python38Packages.h3: 3.7.1 -> 3.7.2
This commit is contained in:
Fabian Affolter 2021-03-17 10:20:35 +01:00 committed by GitHub
commit 94a0cb3b8d
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.1";
version = "3.7.2";
# pypi version does not include tests
src = fetchFromGitHub {
owner = "uber";
repo = "h3-py";
rev = "v${version}";
sha256 = "sha256-MIVV3kZGsIsaJ/ccJOK3+j1VwkUsZGHS5d1sGOBa1Ec=";
sha256 = "00yi5ncfhi2wpakwm9visi1jlnnaaha66y90fjcsfyvi4hkm8xv2";
};
dontConfigure = true;