pythonPackages.cssutils: 0.9.9 -> 1.0.1
This commit is contained in:
parent
fa696a3e70
commit
da8023b8c3
1 changed files with 3 additions and 3 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue