gnu: python-rq: Update to 1.11.1.

* gnu/packages/databases.scm (python-rq): Update to 1.11.1.
This commit is contained in:
Tobias Geerinckx-Rice 2022-12-11 01:00:01 +01:00
parent dcbd646139
commit daaaa4ba03
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -4008,7 +4008,7 @@ reasonable substitute.")
(define-public python-rq
(package
(name "python-rq")
(version "1.11")
(version "1.11.1")
(source
(origin
(method git-fetch)
@ -4017,7 +4017,7 @@ reasonable substitute.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1dj3m8dh9vf1qiq1drjhfw5xbr975v1kpzn4fwja83cfd7jrpzvy"))))
(base32 "0dnjm2s036l4j4ypq0h903vh132dp2wiwjrn8jicz1nw829dqpzf"))))
(build-system python-build-system)
(arguments
'(#:phases (modify-phases %standard-phases