[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/12: gnu: python-django: Update to 3.2.2.
From: |
guix-commits |
Subject: |
06/12: gnu: python-django: Update to 3.2.2. |
Date: |
Thu, 6 May 2021 13:16:05 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 544d436ca8ded35d6ebd928df16af7c53d6ff366
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu May 6 15:43:02 2021 +0200
gnu: python-django: Update to 3.2.2.
* gnu/packages/django.scm (python-django): Update to 3.2.2.
---
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 7dee3af..e962e87 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -47,13 +47,13 @@
(define-public python-django
(package
(name "python-django")
- (version "3.2.1")
+ (version "3.2.2")
(source (origin
(method url-fetch)
(uri (pypi-uri "Django" version))
(sha256
(base32
- "1pgwzygcx5gq4r0hpg9fdig7jplafv184ay9vsx4l88z1xskrhcm"))))
+ "0gffaabnnpzj0sl3jl7mllvi3gc0jvab6xw2bckvyljwsrd1j78a"))))
(build-system python-build-system)
(arguments
'(#:phases
- branch master updated (ce7b202 -> dd52cb9), guix-commits, 2021/05/06
- 01/12: gnu: gunicorn: Respect '--without-tests'., guix-commits, 2021/05/06
- 02/12: gnu: gunicorn: Remove unneeded runtime dependencies., guix-commits, 2021/05/06
- 03/12: gnu: gunicorn: Update to 2.1.0., guix-commits, 2021/05/06
- 06/12: gnu: python-django: Update to 3.2.2.,
guix-commits <=
- 05/12: gnu: Remove python-pykka., guix-commits, 2021/05/06
- 08/12: gnu: python-flake8: Do not use the 'bootstrap' pytest., guix-commits, 2021/05/06
- 07/12: gnu: python-django@2.2: Update to 2.2.22., guix-commits, 2021/05/06
- 12/12: gnu: python-hacking: Update to 4.1.0., guix-commits, 2021/05/06
- 04/12: gnu: python-dnspython: Update to 2.1.0., guix-commits, 2021/05/06
- 10/12: gnu: python-flake8: Update to 3.9.1., guix-commits, 2021/05/06
- 09/12: gnu: python-flake8: Do not delete and recreate check phase., guix-commits, 2021/05/06
- 11/12: gnu: python-hacking: Fix build failure., guix-commits, 2021/05/06