pythonPackages.pygal: 2.0.10 -> 2.3.1
This commit is contained in:
parent
47f7817037
commit
fd68cd4ed7
@ -15329,16 +15329,15 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
pygal = buildPythonPackage rec {
|
pygal = buildPythonPackage rec {
|
||||||
version = "2.0.10";
|
pname = "pygal";
|
||||||
name = "pygal-${version}";
|
version = "2.3.1";
|
||||||
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
doCheck = !isPyPy; # one check fails with pypy
|
doCheck = !isPyPy; # one check fails with pypy
|
||||||
|
|
||||||
src = pkgs.fetchFromGitHub {
|
src = fetchPypi {
|
||||||
owner = "Kozea";
|
inherit pname version;
|
||||||
repo = "pygal";
|
sha256 = "7ba5a191233d0c2d8bf4b4d26b06e42bd77483a59ba7d3e5b884d81d1a870667";
|
||||||
rev = version;
|
|
||||||
sha256 = "1j7qjgraapvfc80yp8xcbddqrw8379gqi7pwkvfml3qcqm0z0d33";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with self; [ flask pyquery pytest ];
|
buildInputs = with self; [ flask pyquery pytest ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user