aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/django.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-09-01 14:44:06 +0200
committerMarius Bakke <marius@gnu.org>2020-09-22 18:41:57 +0200
commitc59554458c0fd1eb442179cd9569e0c800b84526 (patch)
tree824fb001a20adb0ea1dc680d912255f7bd06b9c2 /gnu/packages/django.scm
parentdfbe9d2327c860e43b76ed369c8747412f7dfab3 (diff)
downloadguix-c59554458c0fd1eb442179cd9569e0c800b84526.tar
guix-c59554458c0fd1eb442179cd9569e0c800b84526.tar.gz
gnu: python-django-sekizai: Update to 2.0.0.
* gnu/packages/django.scm (python-django-sekizai): Update to 2.0.0.
Diffstat (limited to 'gnu/packages/django.scm')
-rw-r--r--gnu/packages/django.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 059aec3107..2eea3f2c41 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -1148,14 +1148,14 @@ provides features like a web browseable API and authentication policies.")
(define-public python-django-sekizai
(package
(name "python-django-sekizai")
- (version "1.1.0")
+ (version "2.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "django-sekizai" version))
(sha256
(base32
- "1nc4sv109valdn6azmgm2j01k7khxy2wnji84z63x7fxsikfdxp2"))))
+ "0vrkli625b5s1wldri3dyrfvqbxg7zxy2pg0rpjixw3b1ndz0ag8"))))
(build-system python-build-system)
(arguments '(#:tests? #f)) ; Tests not included with release.
(propagated-inputs