3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #25582 from asymmetric/mapnik

mapnik: 3.0.12 -> 3.0.13
This commit is contained in:
Frederik Rietdijk 2017-05-07 21:09:08 +02:00 committed by GitHub
commit d316088c5b

View file

@ -8,12 +8,12 @@
stdenv.mkDerivation rec {
name = "mapnik-${version}";
version = "3.0.12";
version = "3.0.13";
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 = "02w360fxk0pfkk0zbwc134jq7rkkib58scs5k67j8np6fx6gag6i";
sha256 = "189wsd6l6awblkiha666l1sdyp7ifmnfsa87y0j37rvym6w4r065";
};
# a distinct dev output makes python-mapnik fail