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

mapnik: 3.0.22 -> 3.0.23
This commit is contained in:
Christoph Hrdinka 2020-02-24 11:49:46 +01:00 committed by GitHub
commit dc436efc90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,12 +8,12 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "mapnik"; pname = "mapnik";
version = "3.0.22"; version = "3.0.23";
src = fetchzip { src = fetchzip {
# this one contains all git submodules and is cheaper than fetchgit # 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"; url = "https://github.com/mapnik/mapnik/releases/download/v${version}/mapnik-v${version}.tar.bz2";
sha256 = "18yvnnbwqndagzaa2nwh3g7gb52dghaypxpkmc2h5l88770bl17f"; sha256 = "1754m8y7fyk0dyf7cglhavsk66g5kdqhnmgicib1jkcgjbl69f15";
}; };
# a distinct dev output makes python-mapnik fail # a distinct dev output makes python-mapnik fail