nckx pushed a commit to branch master
in repository guix.
commit daaaa4ba03b50cddd220a46d855b68e8147e271f
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Dec 11 01:00:01 2022 +0100
gnu: python-rq: Update to 1.11.1.
* gnu/packages/databases.scm (python-rq): Update to 1.11.1.
---
gnu/packages/databases.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 37ecc7ea81..fc2146516e 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -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