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:
commit
94a0cb3b8d
@ -13,14 +13,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "h3";
|
pname = "h3";
|
||||||
version = "3.7.1";
|
version = "3.7.2";
|
||||||
|
|
||||||
# pypi version does not include tests
|
# pypi version does not include tests
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "uber";
|
owner = "uber";
|
||||||
repo = "h3-py";
|
repo = "h3-py";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-MIVV3kZGsIsaJ/ccJOK3+j1VwkUsZGHS5d1sGOBa1Ec=";
|
sha256 = "00yi5ncfhi2wpakwm9visi1jlnnaaha66y90fjcsfyvi4hkm8xv2";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontConfigure = true;
|
dontConfigure = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user