guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-django: Update to 1.10.7 [fixes CVE-2017-7233 and CVE


From: Marius Bakke
Subject: 01/01: gnu: python-django: Update to 1.10.7 [fixes CVE-2017-7233 and CVE-2017-7234].
Date: Tue, 4 Apr 2017 12:02:23 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit dcc9b6abc7fa1613a1ec922a1f8fe3a12ba74b58
Author: Marius Bakke <address@hidden>
Date:   Tue Apr 4 18:00:12 2017 +0200

    gnu: python-django: Update to 1.10.7 [fixes CVE-2017-7233 and 
CVE-2017-7234].
    
    * gnu/packages/django.scm (python-django, python2-django): Update to 1.10.7.
---
 gnu/packages/django.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 185fbf8..92109b9 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -29,13 +29,13 @@
 (define-public python-django
   (package
     (name "python-django")
-    (version "1.10.5")
+    (version "1.10.7")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "Django" version))
               (sha256
                (base32
-                "12szjsmnfhh2yr54sfynyjr8vl0q9gb6qak3ayqcifcinrs97f0d"))))
+                "1f5hnn2dzfr5szk4yc47bs4kk2nmrayjcvgpqi2s4l13pjfpfgar"))))
     (build-system python-build-system)
     (arguments
      '(#:phases



reply via email to

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