[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: python-django@2.2: Update to 2.2.17.
From: |
guix-commits |
Subject: |
05/06: gnu: python-django@2.2: Update to 2.2.17. |
Date: |
Wed, 4 Nov 2020 20:24:01 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit e04610d821f4c1abcc4e5a29783851a10f414153
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Nov 4 12:03:07 2020 +0100
gnu: python-django@2.2: Update to 2.2.17.
* gnu/packages/django.scm (python-django-2.2): Update to 2.2.17.
---
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 b4c5147..0051aeb 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.16")
+ (version "2.2.17")
(source (origin
(method url-fetch)
(uri (pypi-uri "Django" version))
(sha256
(base32
- "1535g2r322cl4x52fb0dmzlbg23539j2wx6027j54p22xvjlbkv2"))))
+ "0qdq0h2gw45j0h9j22c2sdn49ybl7jsrcyraskb9snknsyj70lyg"))))
(native-inputs
`(;; XXX: In 2.2 and 3.0, selenium is required for the test suite.
("python-selenium" ,python-selenium)
- branch master updated (f7d0a63 -> c98f68c), guix-commits, 2020/11/04
- 03/06: gnu: ungoogled-chromium: Fix hardware acceleration., guix-commits, 2020/11/04
- 04/06: gnu: python-django: Update to 3.1.3., guix-commits, 2020/11/04
- 01/06: gnu: ungoogled-chromium: Add search path for installed extensions., guix-commits, 2020/11/04
- 06/06: gnu: python-djangorestframework: Update to 3.12.1., guix-commits, 2020/11/04
- 02/06: gnu: ungoogled-chromium: Update to 86.0.4240.183-0.b68e17f [security fixes]., guix-commits, 2020/11/04
- 05/06: gnu: python-django@2.2: Update to 2.2.17.,
guix-commits <=