guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python-django-2.2: Update to 2.2.19 [security fixes].


From: guix-commits
Subject: 02/02: gnu: python-django-2.2: Update to 2.2.19 [security fixes].
Date: Wed, 10 Mar 2021 15:51:22 -0500 (EST)

lle_bout pushed a commit to branch master
in repository guix.

commit 6c5d358cc25ca94d9c0c75a3a086e81b2d63d1b6
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Wed Mar 10 21:49:37 2021 +0100

    gnu: python-django-2.2: Update to 2.2.19 [security fixes].
    
    * gnu/packages/django.scm (python-django-2.2): Update to 2.2.19.
---
 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 ec967ef..6628759 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -132,13 +132,13 @@ to the @dfn{don't repeat yourself} (DRY) principle.")
 (define-public python-django-2.2
   (package
     (inherit python-django)
-    (version "2.2.17")
+    (version "2.2.19")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "Django" version))
               (sha256
                (base32
-                "0qdq0h2gw45j0h9j22c2sdn49ybl7jsrcyraskb9snknsyj70lyg"))))
+                "0hysjf8bz4g8xrn2cdx6pmawimpyr6ag2fg3jxsnc1byr3g3bhih"))))
     (native-inputs
      `(;; XXX: In 2.2 and 3.0, selenium is required for the test suite.
        ("python-selenium" ,python-selenium)



reply via email to

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