1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

pythonPackages.cssutils: 0.9.9 -> 1.0.1

This commit is contained in:
Franz Pletz 2017-01-04 09:08:53 +01:00
parent fa696a3e70
commit da8023b8c3
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -5413,11 +5413,11 @@ in {
};
cssutils = buildPythonPackage (rec {
name = "cssutils-0.9.9";
name = "cssutils-1.0.1";
src = pkgs.fetchurl {
url = mirror://pypi/c/cssutils/cssutils-0.9.9.zip;
sha256 = "139yfm9yz9k33kgqw4khsljs10rkhhxyywbq9i82bh2r31cil1pp";
url = mirror://pypi/c/cssutils/cssutils-1.0.1.tar.gz;
sha256 = "0qwha9x1wml2qmipbcz03gndnlwhzrjdvw9i09si247a90l8p8fq";
};
buildInputs = with self; [ self.mock ];