gnu: python-django-rq: Update to 1.3.1.

* gnu/packages/django.scm (python-django-rq): Update to 1.3.1.
This commit is contained in:
Tobias Geerinckx-Rice 2019-05-15 01:08:51 +02:00
parent 247649d42e
commit 103cdcd456
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -749,13 +749,13 @@ (define-public python2-django-redis
(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