Skip to content

Commit

Permalink
pythonPackages.pygal: 2.0.10 -> 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Mar 14, 2017
1 parent 47f7817 commit fd68cd4
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -15329,16 +15329,15 @@ in {
};

pygal = buildPythonPackage rec {
version = "2.0.10";
name = "pygal-${version}";
pname = "pygal";
version = "2.3.1";
name = "${pname}-${version}";

doCheck = !isPyPy; # one check fails with pypy

src = pkgs.fetchFromGitHub {
owner = "Kozea";
repo = "pygal";
rev = version;
sha256 = "1j7qjgraapvfc80yp8xcbddqrw8379gqi7pwkvfml3qcqm0z0d33";
src = fetchPypi {
inherit pname version;
sha256 = "7ba5a191233d0c2d8bf4b4d26b06e42bd77483a59ba7d3e5b884d81d1a870667";
};

buildInputs = with self; [ flask pyquery pytest ];
Expand Down

0 comments on commit fd68cd4

Please sign in to comment.