mapnik: 4.1.3 -> 4.1.4 (#459274)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-06 22:14:17 +00:00
committed by GitHub

View File

@@ -31,13 +31,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mapnik";
version = "4.1.3";
version = "4.1.4";
src = fetchFromGitHub {
owner = "mapnik";
repo = "mapnik";
tag = "v${finalAttrs.version}";
hash = "sha256-jbtVJHTAeKGpb6PtcK9Tt4qA6dsECwLSQG9JGsHJjvY=";
hash = "sha256-WwxQNMTDaImlDqBYo4p1aNvIzAc3egza6LkXH7gEqOA=";
fetchSubmodules = true;
};