mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-django-crispy-forms: Update to 1.9.2.
* gnu/packages/django.scm (python-django-crispy-forms): Update to 1.9.2.
This commit is contained in:
parent
9eccb181fa
commit
9e4fef9269
1 changed files with 2 additions and 2 deletions
|
@ -1170,14 +1170,14 @@ (define-public python-django-sekizai
|
|||
(define-public python-django-crispy-forms
|
||||
(package
|
||||
(name "python-django-crispy-forms")
|
||||
(version "1.7.2")
|
||||
(version "1.9.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "django-crispy-forms" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0pv7y648i8iz7mf64gkjizpbx5d01ap2s4vqqa30n38if6wvlljr"))))
|
||||
"0fxlf233f49hjax786p4r650rd0ilvhnpyvw8hv1d1aqnkxy1wgj"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
'(;; No included tests
|
||||
|
|
Loading…
Reference in a new issue