mbakke pushed a commit to branch master
in repository guix.
commit 924be573a9b604fb917d5283f3795a5b8734df14
Author: Marius Bakke <[email protected]>
AuthorDate: Tue Sep 1 13:30:05 2020 +0200
gnu: python-django-redis: Update to 4.12.1.
* gnu/packages/django.scm (python-django-redis): Update to 4.12.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 b4c5be4..4f694f5 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -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