3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-django-redis: Update to 4.12.1.

* gnu/packages/django.scm (python-django-redis): Update to 4.12.1.
This commit is contained in:
Marius Bakke 2020-09-01 13:30:05 +02:00
parent 380b84f2ef
commit 924be573a9
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -874,13 +874,13 @@ support, and optional data-URI image and font embedding.")
(define-public python-django-redis
(package
(name "python-django-redis")
(version "4.10.0")
(version "4.12.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "django-redis" version))
(sha256
(base32
"1rxcwnv9ik0swkwvfqdi9i9baw6n8if5pj6q63fjh4p9chw3j2xg"))))
"0qvsm8yjchl0d3i7g20wba6px9lb5gv8kp3fcnr6hr0y0b3qjr9h"))))
(build-system python-build-system)
(arguments
`(#:phases