mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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:
parent
4c066b727c
commit
eed206cb8a
1 changed files with 3 additions and 5 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue