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

* gnu/packages/django.scm (python-django-q): Update to 1.3.4.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-20 23:41:27 +01:00
parent 155e3c775a
commit 534a680138
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -862,14 +862,13 @@ (define-public python-django-rq
(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))