mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
b4dc7bce15
commit
cd20619cfc
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue