mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: python-django-classy-tags: Update to 2.0.0.
* gnu/packages/django.scm (python-django-classy-tags): Update to 2.0.0. [propagated-inputs]: Remove PYTHON-SIX.
This commit is contained in:
parent
9fb6275e0b
commit
1fe17bc361
1 changed files with 5 additions and 5 deletions
|
@ -244,19 +244,19 @@ (define-public python2-django-simple-math-captcha
|
||||||
(define-public python-django-classy-tags
|
(define-public python-django-classy-tags
|
||||||
(package
|
(package
|
||||||
(name "python-django-classy-tags")
|
(name "python-django-classy-tags")
|
||||||
(version "1.0.0")
|
(version "2.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "django-classy-tags" version))
|
(uri (pypi-uri "django-classy-tags" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cayqddvxd5prhybqi77lif2z4j7mmfmxgc61pq9i82q5gy2asmd"))))
|
"1javam3zqi3y3j0r490mm61v48yh75jaha99gb7lsxkaz6yri7fm"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments '(#:tests? #f)) ; Test script not distributed with release.
|
;; FIXME: How to make the test templates available to Django?
|
||||||
|
(arguments '(#:tests? #f))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-django" ,python-django)
|
`(("python-django" ,python-django)))
|
||||||
("python-six" ,python-six)))
|
|
||||||
(home-page "https://github.com/divio/django-classy-tags")
|
(home-page "https://github.com/divio/django-classy-tags")
|
||||||
(synopsis "Class based template tags for Django")
|
(synopsis "Class based template tags for Django")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue