Merge pull request #124144 from fabaff/bump-geojson-client

python3Packages.geojson-client: 0.5 -> 0.6
This commit is contained in:
Fabian Affolter 2021-05-27 12:56:53 +02:00 committed by GitHub
commit 18c8422960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "geojson-client";
version = "0.5";
version = "0.6";
src = fetchFromGitHub {
owner = "exxamalte";
repo = "python-geojson-client";
rev = "v${version}";
sha256 = "1cc6ymbn45dv7xdl1r8bbizlmsdbxjmsfza442yxmmm19nxnnqjv";
sha256 = "sha256-8eSLimCgFRn3cHTz5TE9fAUAbwFO72b23C0lg6fVOLQ=";
};
propagatedBuildInputs = [