gnu: python-django-crispy-forms: Update to 1.7.2.

* gnu/packages/django.scm (python-django-crispy-forms): Update to 1.7.2.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-27 02:40:37 +02:00
parent 6e54870f60
commit 65ff6ab92c
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com> ;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2017 Nils Gillmann <ng0@n0.is> ;;; Copyright © 2017 Nils Gillmann <ng0@n0.is>
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
@ -788,14 +788,14 @@ provides features like a web browseable API and authentication policies.")
(define-public python-django-crispy-forms (define-public python-django-crispy-forms
(package (package
(name "python-django-crispy-forms") (name "python-django-crispy-forms")
(version "1.7.0") (version "1.7.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "django-crispy-forms" version)) (uri (pypi-uri "django-crispy-forms" version))
(sha256 (sha256
(base32 (base32
"16s05jx86jmimlvnwpq73kl0mqw1v9lryc8zi61a9qwl25krm6mj")))) "0pv7y648i8iz7mf64gkjizpbx5d01ap2s4vqqa30n38if6wvlljr"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(;; No included tests '(;; No included tests