diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2016-07-19 21:00:52 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2016-07-19 21:00:52 +0300 |
| commit | 58d1d816ba28deeab58d943d3967b0433e06b5b4 (patch) | |
| tree | 9d9d5b7db36b1e218bd1cac3f42e609aeca966e0 /gnu/packages/python.scm | |
| parent | 31e8a074c703d2d6a654e267a32c6afc0b22ab0c (diff) | |
gnu: python2-cssutils: Update to 1.0.1.
* gnu/packages/python.scm (python2-cssutils): Update to 1.0.1.
[source]: Use 'pypi-uri' format.
Diffstat (limited to 'gnu/packages/python.scm')
| -rw-r--r-- | gnu/packages/python.scm | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 913f14c86c7..55096671f2f 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -4655,17 +4655,14 @@ converts incoming documents to Unicode and outgoing documents to UTF-8.") | |||
| 4655 | (define-public python2-cssutils | 4655 | (define-public python2-cssutils |
| 4656 | (package | 4656 | (package |
| 4657 | (name "python2-cssutils") | 4657 | (name "python2-cssutils") |
| 4658 | (version "1.0") | 4658 | (version "1.0.1") |
| 4659 | (source | 4659 | (source |
| 4660 | (origin | 4660 | (origin |
| 4661 | (method url-fetch) | 4661 | (method url-fetch) |
| 4662 | (uri (string-append | 4662 | (uri (pypi-uri "cssutils" version)) |
| 4663 | "https://pypi.python.org/packages/source/c/cssutils/cssutils-" | ||
| 4664 | version | ||
| 4665 | ".zip")) | ||
| 4666 | (sha256 | 4663 | (sha256 |
| 4667 | (base32 | 4664 | (base32 |
| 4668 | "1bwim1353r4hqiir73sn4sc43y7ymh09qx0kly7vj048blppc125")))) | 4665 | "0qwha9x1wml2qmipbcz03gndnlwhzrjdvw9i09si247a90l8p8fq")))) |
| 4669 | (build-system python-build-system) | 4666 | (build-system python-build-system) |
| 4670 | (native-inputs | 4667 | (native-inputs |
| 4671 | `(("python2-mock" ,python2-mock) ; for the tests | 4668 | `(("python2-mock" ,python2-mock) ; for the tests |
