guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: python-django: Update to 1.10.8 [fixes CVE-2017-12794].


From: Marius Bakke
Subject: 01/06: gnu: python-django: Update to 1.10.8 [fixes CVE-2017-12794].
Date: Tue, 12 Sep 2017 17:33:40 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 777f485ee6b9ae0f4ebb97d40c625941a63ec62e
Author: Marius Bakke <address@hidden>
Date:   Wed Sep 6 17:41:54 2017 +0200

    gnu: python-django: Update to 1.10.8 [fixes CVE-2017-12794].
    
    * gnu/packages/django.scm (python-django): Update to 1.10.8.
---
 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 356586e..c70c074 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -31,13 +31,13 @@
 (define-public python-django
   (package
     (name "python-django")
-    (version "1.10.7")
+    (version "1.10.8")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "Django" version))
               (sha256
                (base32
-                "1f5hnn2dzfr5szk4yc47bs4kk2nmrayjcvgpqi2s4l13pjfpfgar"))))
+                "1fwqqh2zbcy9dy0lnvk338s11llnnfz2k56bf84w0wv56ayq7vyl"))))
     (build-system python-build-system)
     (arguments
      '(#:phases



reply via email to

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