guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: python-django: Update to 1.11.20 [fixes CVE-2019-6975].


From: guix-commits
Subject: 04/05: gnu: python-django: Update to 1.11.20 [fixes CVE-2019-6975].
Date: Mon, 11 Feb 2019 13:24:28 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 93617188d9d028948fc923de3f887d08f2cfb5c7
Author: Marius Bakke <address@hidden>
Date:   Mon Feb 11 16:24:09 2019 +0100

    gnu: python-django: Update to 1.11.20 [fixes CVE-2019-6975].
    
    * gnu/packages/django.scm (python-django): Update to 1.11.20.
---
 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 a2fa1db..bce8444 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -38,13 +38,13 @@
 (define-public python-django
   (package
     (name "python-django")
-    (version "1.11.18")
+    (version "1.11.20")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "Django" version))
               (sha256
                (base32
-                "19b6f020als9hr4q1im5282yn2b1hzf586n9kjrlkrslq7da3k3k"))))
+                "0h90kdq8r4y8wa73hdxmyy5psnwlg61dcq3qsa098cpfiyh9vaa3"))))
     (build-system python-build-system)
     (arguments
      '(#:modules ((srfi srfi-1)



reply via email to

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