guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/14: gnu: python-django-crispy-forms: Update to 1.7.2.


From: Tobias Geerinckx-Rice
Subject: 05/14: gnu: python-django-crispy-forms: Update to 1.7.2.
Date: Mon, 26 Mar 2018 22:40:06 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 65ff6ab92ca01919d11d0db92aaf1c8dc5d6ef53
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Mar 27 02:40:37 2018 +0200

    gnu: python-django-crispy-forms: Update to 1.7.2.
    
    * gnu/packages/django.scm (python-django-crispy-forms): Update to 1.7.2.
---
 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 bb8aa38..4bb2e69 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2016 Hartmut Goebel <address@hidden>
 ;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;; Copyright © 2017 Nils Gillmann <address@hidden>
-;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2017 Ricardo Wurmus <address@hidden>
 ;;;
 ;;; 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
   (package
     (name "python-django-crispy-forms")
-    (version "1.7.0")
+    (version "1.7.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "django-crispy-forms" version))
        (sha256
         (base32
-         "16s05jx86jmimlvnwpq73kl0mqw1v9lryc8zi61a9qwl25krm6mj"))))
+         "0pv7y648i8iz7mf64gkjizpbx5d01ap2s4vqqa30n38if6wvlljr"))))
     (build-system python-build-system)
     (arguments
      '(;; No included tests



reply via email to

[Prev in Thread] Current Thread [Next in Thread]