guix-commits
[Top][All Lists]
Advanced

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

07/12: gnu: python-django: Update to 1.11.25 [security fixes].


From: guix-commits
Subject: 07/12: gnu: python-django: Update to 1.11.25 [security fixes].
Date: Sat, 12 Oct 2019 12:43:30 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit fa0f774b2623848b9ac16688e3371257aea49709
Author: Marius Bakke <address@hidden>
Date:   Sat Oct 12 15:39:10 2019 +0200

    gnu: python-django: Update to 1.11.25 [security fixes].
    
    * gnu/packages/django.scm (python-django): Update to 1.11.25.
---
 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 dcef737..8e43447 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.21")
+    (version "1.11.25")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "Django" version))
               (sha256
                (base32
-                "0adhcw8sx2mgwk9y2j760y96pqbip1ni3sf2v2ls5zxc9x93wwms"))))
+                "0rpgx212n8gh61nwizkyldvskna808xpcvawmavk5mc5c9cfh52k"))))
     (build-system python-build-system)
     (arguments
      '(#:modules ((srfi srfi-1)



reply via email to

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