diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2016-07-19 21:03:31 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2016-07-19 21:03:31 +0300 |
| commit | d5ccd9abf69829f8969d1f4262461612145c9b65 (patch) | |
| tree | 8e0f9d60fcee06af9f1b03acefcb023acf29b13f /gnu/packages/python.scm | |
| parent | 58d1d816ba28deeab58d943d3967b0433e06b5b4 (diff) | |
gnu: python-cssselect: Update to 0.9.2.
* gnu/packages/python.scm (python-cssselect): Update to 0.9.2.
[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 55096671f2f..8c595115457 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -4685,17 +4685,14 @@ options.") | |||
| 4685 | (define-public python-cssselect | 4685 | (define-public python-cssselect |
| 4686 | (package | 4686 | (package |
| 4687 | (name "python-cssselect") | 4687 | (name "python-cssselect") |
| 4688 | (version "0.9.1") | 4688 | (version "0.9.2") |
| 4689 | (source | 4689 | (source |
| 4690 | (origin | 4690 | (origin |
| 4691 | (method url-fetch) | 4691 | (method url-fetch) |
| 4692 | (uri (string-append | 4692 | (uri (pypi-uri "cssselect" version)) |
| 4693 | "https://pypi.python.org/packages/source/c/cssselect/cssselect-" | ||
| 4694 | version | ||
| 4695 | ".tar.gz")) | ||
| 4696 | (sha256 | 4693 | (sha256 |
| 4697 | (base32 | 4694 | (base32 |
| 4698 | "10h623qnp6dp1191jri7lvgmnd4yfkl36k9smqklp1qlf3iafd85")))) | 4695 | "1xg6gbva1yswghiycmgincv6ab4bn7hpm720ndbj40h8xycmnfvi")))) |
| 4699 | (build-system python-build-system) | 4696 | (build-system python-build-system) |
| 4700 | (inputs | 4697 | (inputs |
| 4701 | `(("python-setuptools" ,python-setuptools))) | 4698 | `(("python-setuptools" ,python-setuptools))) |
