gnu: python-rq: Update to 0.7.1.

* gnu/packages/python.scm (python-rq, python2-rq): Update to 0.7.1.
[source]: Use pypi-uri.
This commit is contained in:
Julien Lepiller 2017-04-22 13:25:01 +02:00
parent 4c066b727c
commit eed206cb8a
No known key found for this signature in database
GPG key ID: 43111F4520086A0C

View file

@ -3376,15 +3376,13 @@ (define-public python2-redis
(define-public python-rq (define-public python-rq
(package (package
(name "python-rq") (name "python-rq")
(version "0.5.2") (version "0.7.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (pypi-uri "rq" version))
"https://pypi.python.org/packages/source/r/rq/rq-"
version ".tar.gz"))
(sha256 (sha256
(base32 "0b0z5hn8wkfg300hx7816csgv3bcfamlr29fi3yzgqmpqxwj3fix")))) (base32 "0gaq5pnh0zy46r8jvygi0ifbvz3pq6i7xla78ijcgjw0x77qzsdh"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-click" ,python-click) `(("python-click" ,python-click)