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
(package
(name "python-rq")
(version "0.5.2")
(version "0.7.1")
(source
(origin
(method url-fetch)
(uri (string-append
"https://pypi.python.org/packages/source/r/rq/rq-"
version ".tar.gz"))
(uri (pypi-uri "rq" version))
(sha256
(base32 "0b0z5hn8wkfg300hx7816csgv3bcfamlr29fi3yzgqmpqxwj3fix"))))
(base32 "0gaq5pnh0zy46r8jvygi0ifbvz3pq6i7xla78ijcgjw0x77qzsdh"))))
(build-system python-build-system)
(propagated-inputs
`(("python-click" ,python-click)