python37Packages.openrouteservice: 2.3.0 -> 2.3.3
This commit is contained in:
parent
41d270c2aa
commit
c4c1060354
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "openrouteservice";
|
pname = "openrouteservice";
|
||||||
version = "2.3.0";
|
version = "2.3.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "GIScience";
|
owner = "GIScience";
|
||||||
repo = "${pname}-py";
|
repo = "${pname}-py";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "ySXzOQI9NcF1W/otbL7i3AY628/74ZkJjDMQ9ywVEPc=";
|
sha256 = "1d5qbygb81fhpwfdm1a118r3xv45xz9n9avfkgxkvw1n8y6ywz2q";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytestCheckHook responses ];
|
checkInputs = [ pytestCheckHook responses ];
|
||||||
|
Loading…
Reference in New Issue
Block a user