Skip to content

Commit

Permalink
Merge pull request #81628 from tollb/python-mapnik-unstable-2020-02-24
Browse files Browse the repository at this point in the history
python-mapnik: 3.0.16 -> unstable-2020-02-24
  • Loading branch information
hrdinka committed Mar 5, 2020
2 parents 23aa5ff + 79b582b commit 0508c93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/python-mapnik/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0508c93

Please sign in to comment.