Merge pull request #112729 from r-ryantm/auto-update/python3.7-openrouteservice

python37Packages.openrouteservice: 2.3.0 -> 2.3.3
This commit is contained in:
Ryan Mulligan 2021-02-18 21:25:01 -08:00 committed by GitHub
commit 49cb6f1cc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "openrouteservice";
version = "2.3.0";
version = "2.3.3";
src = fetchFromGitHub {
owner = "GIScience";
repo = "${pname}-py";
rev = "v${version}";
sha256 = "ySXzOQI9NcF1W/otbL7i3AY628/74ZkJjDMQ9ywVEPc=";
sha256 = "1d5qbygb81fhpwfdm1a118r3xv45xz9n9avfkgxkvw1n8y6ywz2q";
};
checkInputs = [ pytestCheckHook responses ];