guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: Django: Update to 1.11.18 [fixes CVE-2019-3498].


From: guix-commits
Subject: 02/02: gnu: Django: Update to 1.11.18 [fixes CVE-2019-3498].
Date: Wed, 9 Jan 2019 16:13:19 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 817e09c1745e2ec1454e486ae0d14a959e2e1b6f
Author: Leo Famulari <address@hidden>
Date:   Wed Jan 9 15:43:36 2019 -0500

    gnu: Django: Update to 1.11.18 [fixes CVE-2019-3498].
    
    * gnu/packages/django.scm (python-django, python2-django): Update to 
1.11.18.
---
 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 ea2e65a..63570bf 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.17")
+    (version "1.11.18")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "Django" version))
               (sha256
                (base32
-                "10xlpm21ll8mgz5py41sz9vrd603qv7an736agbqxkxlyikfx1x7"))))
+                "19b6f020als9hr4q1im5282yn2b1hzf586n9kjrlkrslq7da3k3k"))))
     (build-system python-build-system)
     (arguments
      '(#:modules ((srfi srfi-1)



reply via email to

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