mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
cssutils: version 0.9.7a6
svn path=/nixpkgs/trunk/; revision=22053
This commit is contained in:
parent
d7e44fd3df
commit
b50f4cabcc
1 changed files with 3 additions and 3 deletions
|
@ -95,11 +95,11 @@ rec {
|
|||
});
|
||||
|
||||
cssutils = buildPythonPackage (rec {
|
||||
name = "cssutils-0.9.7a2";
|
||||
name = "cssutils-0.9.7a6";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://cssutils.googlecode.com/files/cssutils-0.9.7a2.zip;
|
||||
sha256 = "068p14qhhczpjgn0w7v57a2swj0g4rndhimh8gkg9h9sd7rp6n07";
|
||||
url = http://cssutils.googlecode.com/files/cssutils-0.9.7a6.zip;
|
||||
sha256 = "1i5n97l20kn2w9v6x8ybcdnl323vy8lcc5qlxz5l89di36a2skgw";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgs.unzip ];
|
||||
|
|
Loading…
Reference in a new issue