jgart pushed a commit to branch master
in repository guix.
commit cd20619cfcb32c2631fb602729512740bc510550
Author: jgart <[email protected]>
AuthorDate: Wed Feb 19 22:07:05 2025 -0600
gnu: python-django-sekizai: Update to 4.1.0.
* gnu/packages/django.scm (python-django-sekizai): Update to 4.1.0.
[propagated-inputs]: Remove python-six.
Change-Id: Iaf66f0c6e88d9f880577f9ebdb2c9b8478211704
---
gnu/packages/django.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 3ac8a9d743..9aadc8257c 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -1394,18 +1394,18 @@ provides features like a Web-browsable API and
authentication policies.")
(define-public python-django-sekizai
(package
(name "python-django-sekizai")
- (version "2.0.0")
+ (version "4.1.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "django-sekizai" version))
(sha256
(base32
- "0vrkli625b5s1wldri3dyrfvqbxg7zxy2pg0rpjixw3b1ndz0ag8"))))
+ "1bfdag32yqjq3vqvyi9izdkmfcs2qip42rcmxpphqp0bmv5kdjia"))))
(build-system python-build-system)
(arguments '(#:tests? #f)) ; Tests not included with release.
(propagated-inputs
- (list python-django python-django-classy-tags python-six))
+ (list python-django python-django-classy-tags))
(home-page "https://github.com/divio/django-sekizai")
(synopsis "Template blocks for Django projects")
(description "Sekizai means blocks in Japanese, and that is what this app