diff options
| author | Drew Risinger <10198051+drewrisinger@users.noreply.github.com> | 2023-03-16 22:30:14 -0700 |
|---|---|---|
| committer | Drew Risinger <10198051+drewrisinger@users.noreply.github.com> | 2023-03-16 22:30:14 -0700 |
| commit | ba677684f4584e5dead6aa9afc725508459603c6 (patch) | |
| tree | d345490481dc52db612e1193b911e37d5aed187e /pkgs/development/python-modules/python-mapnik | |
| parent | fe56c85a5e7a5b7ac9b6dfbf92a6d706c7c42efa (diff) | |
| parent | fff0a29d9342d4384cdf833bd0b90ec89fccc4fb (diff) | |
Merge branch 'master' into dr-pr-add-mkl-cmake
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik')
| -rw-r--r-- | pkgs/development/python-modules/python-mapnik/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-mapnik/default.nix b/pkgs/development/python-modules/python-mapnik/default.nix index 4716177f51ce..8c623f286f14 100644 --- a/pkgs/development/python-modules/python-mapnik/default.nix +++ b/pkgs/development/python-modules/python-mapnik/default.nix @@ -42,7 +42,7 @@ buildPythonPackage rec { # https://github.com/mapnik/python-mapnik/issues/239 (fetchpatch { url = "https://github.com/koordinates/python-mapnik/commit/318b1edac16f48a7f21902c192c1dd86f6210a44.patch"; - sha256 = "sha256-cfU8ZqPPGCqoHEyGvJ8Xy/bGpbN2vSDct6A3N5+I8xM="; + hash = "sha256-cfU8ZqPPGCqoHEyGvJ8Xy/bGpbN2vSDct6A3N5+I8xM="; }) ./find-pycairo-with-pkg-config.patch # python-mapnik seems to depend on having the mapnik src directory |
