guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/08: gnu: python-django-rq: Update to 2.7.0.


From: guix-commits
Subject: 08/08: gnu: python-django-rq: Update to 2.7.0.
Date: Mon, 20 Mar 2023 08:39:40 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 008a2f18036df30103c53d95355f567053af37ac
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Mar 20 08:28:50 2023 -0400

    gnu: python-django-rq: Update to 2.7.0.
    
    * gnu/packages/django.scm (python-django-rq): Update to 2.7.0.
    [arguments]: Replace django-admin.py with django-admin in check phase.
---
 gnu/packages/django.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 1915ec66f1..dc14cd775a 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -870,13 +870,13 @@ support, and optional data-URI image and font embedding.")
 (define-public python-django-rq
   (package
     (name "python-django-rq")
-    (version "2.3.2")
+    (version "2.7.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "django-rq" version))
               (sha256
                (base32
-                "0lksnjn3q3f7y72bj2yr8870w28a5b6x0vjnd9nhpq2ah6xfz6pf"))))
+                "0aw0fi0lg80qgdp9fhjbnlhvfh2p09rgy1nj6hxpyhi37kihni2h"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -884,7 +884,7 @@ support, and optional data-URI image and font embedding.")
          (replace 'check
            (lambda _
              (invoke "redis-server" "--daemonize" "yes")
-             (invoke "django-admin.py" "test" "django_rq"
+             (invoke "django-admin" "test" "django_rq"
                      "--settings=django_rq.tests.settings"
                      "--pythonpath=."))))))
     (native-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]