diff options
| author | Oren Rozen <countoren@gmail.com> | 2020-05-25 16:55:10 -0500 |
|---|---|---|
| committer | Oren Rozen <countoren@gmail.com> | 2020-05-25 16:55:10 -0500 |
| commit | 4d58f006ff4a6bdedcce793057c8533d8e73ed2a (patch) | |
| tree | 1bc0ea96b367947522d2bfedc5fe5f00536c8121 /pkgs/development/python-modules/python-mapnik | |
| parent | e708176d43f11823054d07a1ad8db79e8e5e291c (diff) | |
| parent | 673b122836136e58842b316bcb49158c8322132a (diff) | |
Merge branch 'updateSettings' into vscode-utils/vscodeEnv
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik')
| -rw-r--r-- | pkgs/development/python-modules/python-mapnik/default.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/python-mapnik/default.nix b/pkgs/development/python-modules/python-mapnik/default.nix index 35b7a706f609..61cd5e34855c 100644 --- a/pkgs/development/python-modules/python-mapnik/default.nix +++ b/pkgs/development/python-modules/python-mapnik/default.nix @@ -18,13 +18,13 @@ let in buildPythonPackage rec { pname = "python-mapnik"; - version = "3.0.16"; + version = "unstable-2020-02-24"; src = pkgs.fetchFromGitHub { owner = "mapnik"; repo = "python-mapnik"; - rev = "v${version}"; - sha256 = "1gqs4kvmjawdgl80j0ab5r8y0va9kw0rvwix3093xsv4hwd00lcc"; + rev = "7da019cf9eb12af8f8aa88b7d75789dfcd1e901b"; + sha256 = "0snn7q7w1ab90311q8wgd1z64kw1svm5w831q0xd6glqhah86qc8"; }; disabled = isPyPy; @@ -59,7 +59,7 @@ in buildPythonPackage rec { meta = with stdenv.lib; { description = "Python bindings for Mapnik"; - homepage = https://mapnik.org; + homepage = "https://mapnik.org"; license = licenses.lgpl21; }; |
