unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
To: 56296@debbugs.gnu.org
Cc: Nicolas Graves <ngraves@ngraves.fr>
Subject: [bug#56296] [PATCH] gnu: python-rq: Update to 1.10.1.
Date: Wed, 29 Jun 2022 10:18:40 +0200	[thread overview]
Message-ID: <20220629081840.21567-1-ngraves@ngraves.fr> (raw)

* gnu/packages/databases.scm (python-rq): Update to 1.10.1.
---
 gnu/packages/databases.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 9e9b584f7a..f45cb99f6e 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3956,7 +3956,7 @@ (define-public python-redis
 (define-public python-rq
   (package
     (name "python-rq")
-    (version "1.5.2")
+    (version "1.10.1")
     (source
      (origin
        (method git-fetch)
@@ -3965,7 +3965,7 @@ (define-public python-rq
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0ikqmpq0g1qiqwd7ar1286l4hqjb6aj2wr844gihhb8ijzwhp8va"))))
+        (base32 "1f4fi1rvn97d2b524q45k6s10b007pr23k0mf44q7hy8q4vnjmh5"))))
     (build-system python-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases
@@ -3982,7 +3982,7 @@ (define-public python-rq
                                                       (getenv "PATH")))
                         (invoke "pytest" "-vv")))))))
     (native-inputs
-     (list python-mock python-pytest redis))
+     (list python-mock python-pytest redis python-psutil))
     (propagated-inputs
      (list python-click python-redis))
     (home-page "https://python-rq.org/")
-- 
2.36.1





             reply	other threads:[~2022-06-29  8:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-29  8:18 Nicolas Graves via Guix-patches via [this message]
2022-06-29  8:23 ` [bug#56296] Nicolas Graves via Guix-patches via
2022-08-01 11:14 ` [bug#56296] [PATCH] gnu: python-rq: Update to 1.10.1 Nicolas Graves via Guix-patches via
2022-09-24  7:29 ` bug#56296: obsolete patch Nicolas Graves via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220629081840.21567-1-ngraves@ngraves.fr \
    --to=guix-patches@gnu.org \
    --cc=56296@debbugs.gnu.org \
    --cc=ngraves@ngraves.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).