guix-commits
[Top][All Lists]
Advanced

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

11/15: gnu: Django: Update to 1.11.21 [fixes CVE-2019-12308, CVE-2019-11


From: guix-commits
Subject: 11/15: gnu: Django: Update to 1.11.21 [fixes CVE-2019-12308, CVE-2019-11358].
Date: Mon, 3 Jun 2019 16:32:26 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit cc1f240e117e257262cfaa8a18b044a4e3e20fcd
Author: Marius Bakke <address@hidden>
Date:   Mon Jun 3 17:46:00 2019 +0200

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



reply via email to

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