guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: python-django: Update to 1.11.15 [fixes CVE-2018-14574].


From: Marius Bakke
Subject: 04/04: gnu: python-django: Update to 1.11.15 [fixes CVE-2018-14574].
Date: Wed, 15 Aug 2018 09:31:47 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit f07683b07cc0e67050e4e652592f4c0d7f73522e
Author: Marius Bakke <address@hidden>
Date:   Wed Aug 15 15:11:33 2018 +0200

    gnu: python-django: Update to 1.11.15 [fixes CVE-2018-14574].
    
    * gnu/packages/django.scm (python-django): Update to 1.11.15.
---
 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 d42afb2..dea925e 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -37,13 +37,13 @@
 (define-public python-django
   (package
     (name "python-django")
-    (version "1.11.11")
+    (version "1.11.15")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "Django" version))
               (sha256
                (base32
-                "1p0fk0dszci9gx76hyhay3n8n0k8r4sznbdcrpd9g2xl15rps1vl"))))
+                "0h2sl02x2mxr3rl3dy750pzm5kvmx77116fys8rrgw164kc3b0mi"))))
     (build-system python-build-system)
     (arguments
      '(#:modules ((srfi srfi-1)



reply via email to

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