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 @@ reasonable substitute.")
(define-public python-rq (define-public python-rq
(package (package
(name "python-rq") (name "python-rq")
(version "1.5.1") (version "1.5.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3112,7 +3112,7 @@ reasonable substitute.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0i7yyw828wdvl7ap4gb7jhm4p94502is3xxrgrdgwwp0l1rac004")))) (base32 "0ikqmpq0g1qiqwd7ar1286l4hqjb6aj2wr844gihhb8ijzwhp8va"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(#:phases (modify-phases %standard-phases '(#:phases (modify-phases %standard-phases