guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: python-django-rq: Update to 1.3.1.


From: guix-commits
Subject: 01/07: gnu: python-django-rq: Update to 1.3.1.
Date: Wed, 15 May 2019 15:25:42 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 103cdcd45641049a298e8295f712ae71d45bf78e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed May 15 01:08:51 2019 +0200

    gnu: python-django-rq: Update to 1.3.1.
    
    * gnu/packages/django.scm (python-django-rq): Update to 1.3.1.
---
 gnu/packages/django.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index b9554a3..c761a10 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -749,13 +749,13 @@ support, and optional data-URI image and font embedding.")
 (define-public python-django-rq
   (package
     (name "python-django-rq")
-    (version "1.3.0")
+    (version "1.3.1")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "django-rq" version))
               (sha256
                (base32
-                "0xh6qa7i779vh58lwwv6yk0wx8bi38mvmpz79grnl2cl8531r928"))))
+                "1ips1ikv5qhgwb58ssn496vgqg9qv6jinwmwbrg9l3s75fskd1l5"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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