Merge pull request #110100 from r-ryantm/auto-update/mapnik

mapnik: 3.0.23 -> 3.1.0
This commit is contained in:
Christoph Hrdinka
2021-01-27 16:13:57 +01:00
committed by GitHub

View File

@@ -8,12 +8,12 @@
stdenv.mkDerivation rec {
pname = "mapnik";
version = "3.0.23";
version = "3.1.0";
src = fetchzip {
# this one contains all git submodules and is cheaper than fetchgit
url = "https://github.com/mapnik/mapnik/releases/download/v${version}/mapnik-v${version}.tar.bz2";
sha256 = "1754m8y7fyk0dyf7cglhavsk66g5kdqhnmgicib1jkcgjbl69f15";
sha256 = "sha256-qqPqN4vs3ZsqKgnx21yQhX8OzHca/0O+3mvQ/vnC5EY=";
};
# a distinct dev output makes python-mapnik fail