guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: python-django-q: Update to 1.3.4.


From: guix-commits
Subject: 04/04: gnu: python-django-q: Update to 1.3.4.
Date: Fri, 20 Nov 2020 18:30:50 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 534a68013864cfa0416fc2eaf5eb198b269c99ee
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Nov 20 23:41:27 2020 +0100

    gnu: python-django-q: Update to 1.3.4.
    
    * gnu/packages/django.scm (python-django-q): Update to 1.3.4.
---
 gnu/packages/django.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 2dc99ad..aa4411c 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -862,14 +862,13 @@ settings.py and easily use them in your project.")
 (define-public python-django-q
   (package
     (name "python-django-q")
-    (version "1.3.3")
+    (version "1.3.4")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "django-q" version))
         (sha256
-         (base32
-          "1fs29767940akbsn3vdzw2rqnn9v77b0b55bi7fvydny1rk7fw6y"))))
+         (base32 "03z1pf6wlf47i7afr79a8fiiidfk1vq19yaqnv0m4qdny7f58gaj"))))
     (build-system python-build-system)
     ;; FIXME: Tests require disque, Redis, MongoDB, Docker.
     (arguments '(#:tests? #f))



reply via email to

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