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

mapnik: 3.0.23 -> 3.1.0
master
Christoph Hrdinka 2021-01-27 16:13:57 +01:00 committed by GitHub
commit 4417228708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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