[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/16: gnu: python-django@2: Update to 2.2.27 [fixes CVE-2022-22818, CV
From: |
guix-commits |
Subject: |
07/16: gnu: python-django@2: Update to 2.2.27 [fixes CVE-2022-22818, CVE-2022-23833]. |
Date: |
Thu, 3 Feb 2022 17:44:58 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 8bb91dcca01c22530a462588c182ebec6e1ded92
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Feb 3 18:18:43 2022 +0100
gnu: python-django@2: Update to 2.2.27 [fixes CVE-2022-22818,
CVE-2022-23833].
* gnu/packages/django.scm (python-django-2.2): Update to 2.2.27.
---
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 59bf81bf09..1161d3bc18 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -156,13 +156,13 @@ to the @dfn{don't repeat yourself} (DRY) principle.")
(define-public python-django-2.2
(package
(inherit python-django-3.2)
- (version "2.2.26")
+ (version "2.2.27")
(source (origin
(method url-fetch)
(uri (pypi-uri "Django" version))
(sha256
(base32
- "13siv3bcb2yrpzzsq2k0f1yc70ya8jkmaa5kc8x29ijjglk3g9fz"))))
+ "04y9knxd8v9jn54ws5rbdwxyq5im69kx009s7gl62axzn1371qqy"))))
(native-inputs
(modify-inputs (package-native-inputs python-django-3.2)
(prepend ;; 2.2 requires Selenium for the test suite.
- branch master updated (70f2207152 -> ff093f5739), guix-commits, 2022/02/03
- 04/16: gnu: python-febelfin-coda: Update to 0.2.0., guix-commits, 2022/02/03
- 06/16: gnu: python-django@3: Update to 3.2.12 [fixes CVE-2022-22818, CVE-2022-23833]., guix-commits, 2022/02/03
- 02/16: gnu: LLVM: Update to 13.0.1., guix-commits, 2022/02/03
- 01/16: gnu: LLVM: Add release-monitoring-url., guix-commits, 2022/02/03
- 07/16: gnu: python-django@2: Update to 2.2.27 [fixes CVE-2022-22818, CVE-2022-23833].,
guix-commits <=
- 08/16: gnu: pegtl: Update to 3.2.2., guix-commits, 2022/02/03
- 05/16: gnu: python-django: Update to 4.0.2 [fixes CVE-2022-22818, CVE-2022-23833]., guix-commits, 2022/02/03
- 10/16: gnu: usbguard: Remove input labels., guix-commits, 2022/02/03
- 03/16: gnu: python-can: Update to 3.3.4., guix-commits, 2022/02/03
- 09/16: gnu: usbguard: Update to 1.0.0-55-g466f1f0., guix-commits, 2022/02/03
- 11/16: gnu: python-libsass: Fix build., guix-commits, 2022/02/03
- 14/16: gnu: Add perl-date-range., guix-commits, 2022/02/03
- 15/16: gnu: python-translate-toolkit: Disable sanity check., guix-commits, 2022/02/03
- 13/16: gnu: b4: Fix build failure., guix-commits, 2022/02/03
- 16/16: gnu: strongswan: Build with libsoup@2., guix-commits, 2022/02/03