Skip to content

Commit

Permalink
python.pkgs.python-mapnik: 2016-08-30 -> 3.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
abbradar committed Oct 19, 2017
1 parent 38b94d1 commit f3d368b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -6671,14 +6671,15 @@ in {
};
};

python-mapnik = buildPythonPackage {
name = "python-mapnik-git-2016-08-30";
python-mapnik = buildPythonPackage rec {
name = "python-mapnik-${version}";
version = "3.0.13";

src = pkgs.fetchFromGitHub {
owner = "mapnik";
repo = "python-mapnik";
rev = "541fd962d4fc99d50ec472af6ddccfdbf98cff37";
sha256 = "1d93qjnzggdpbhnmxlmk5jh0zd2jnpfl4n4aip5ypd39ilqibhf3";
rev = "v${version}";
sha256 = "0biw9bfkbsgfyjihyvkj4abx9s9r3h81rk6dc1y32022rypsqhkp";
};

disabled = isPyPy;
Expand Down

0 comments on commit f3d368b

Please sign in to comment.