mapnik: 3.0.21 -> 3.0.22

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mapnik/versions
This commit is contained in:
R. RyanTM 2019-03-10 16:24:23 -07:00
parent 213d6dd6ac
commit abb8c3f55b

View file

@ -8,12 +8,12 @@
stdenv.mkDerivation rec {
name = "mapnik-${version}";
version = "3.0.21";
version = "3.0.22";
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 = "0cq2gbmf1sssg72sq4b5s3x1z6wvl1pzxliymm06flw5bpim5as2";
sha256 = "18yvnnbwqndagzaa2nwh3g7gb52dghaypxpkmc2h5l88770bl17f";
};
# a distinct dev output makes python-mapnik fail