gnu: python-rq: Update to 1.5.2.

* gnu/packages/databases.scm (python-rq): Update to 1.5.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-09-30 13:03:24 +02:00
parent 771c266bc4
commit 4436a27ca6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3103,7 +3103,7 @@ (define-public python2-redis
(define-public python-rq
(package
(name "python-rq")
(version "1.5.1")
(version "1.5.2")
(source
(origin
(method git-fetch)
@ -3112,7 +3112,7 @@ (define-public python-rq
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0i7yyw828wdvl7ap4gb7jhm4p94502is3xxrgrdgwwp0l1rac004"))))
(base32 "0ikqmpq0g1qiqwd7ar1286l4hqjb6aj2wr844gihhb8ijzwhp8va"))))
(build-system python-build-system)
(arguments
'(#:phases (modify-phases %standard-phases