[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/14: gnu: python-djangorestframework: Update to 3.12.4.
From: |
guix-commits |
Subject: |
11/14: gnu: python-djangorestframework: Update to 3.12.4. |
Date: |
Wed, 5 May 2021 17:49:32 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 4ae8390ffc23cbe70df888d88646941207701845
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed May 5 21:57:32 2021 +0200
gnu: python-djangorestframework: Update to 3.12.4.
* gnu/packages/django.scm (python-djangorestframework): Update to 3.12.4.
---
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 0299e60..9b5593f 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -1015,14 +1015,14 @@ Django projects, which allows association of a number
of tags with any
(define-public python-djangorestframework
(package
(name "python-djangorestframework")
- (version "3.12.1")
+ (version "3.12.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "djangorestframework" version))
(sha256
(base32
- "0jb22psb823vh5fj9az63p5lgyax9ygjy2faah16ajxvvsp54i6m"))))
+ "1wm7q3vp4226n6fhjnkjxg6pgh95p6ag238rg7l7dj6sind98izp"))))
(build-system python-build-system)
(arguments
'(;; No included tests
- 01/14: gnu: uBlock Origin: Update to 1.35.2., (continued)
- 01/14: gnu: uBlock Origin: Update to 1.35.2., guix-commits, 2021/05/05
- 04/14: gnu: python-bcrypt: Update to 3.2.0., guix-commits, 2021/05/05
- 05/14: gnu: python-asgiref: Update to 3.3.4., guix-commits, 2021/05/05
- 06/14: gnu: python-netaddr: Update to 0.8.0., guix-commits, 2021/05/05
- 02/14: gnu: python-sqlparse: Update to 0.4.1., guix-commits, 2021/05/05
- 03/14: gnu: python-django-auth-ldap: Update to 2.4.0., guix-commits, 2021/05/05
- 07/14: gnu: python-cached-property: Update to 1.5.2., guix-commits, 2021/05/05
- 08/14: gnu: python-sqlparse: Remove unnecessary runtime dependencies., guix-commits, 2021/05/05
- 09/14: gnu: python-django-debug-toolbar: Update to 3.2.1., guix-commits, 2021/05/05
- 10/14: gnu: python-django-picklefield: Test with Django 2.2., guix-commits, 2021/05/05
- 11/14: gnu: python-djangorestframework: Update to 3.12.4.,
guix-commits <=
- 12/14: gnu: python-django: Support '--without-tests'., guix-commits, 2021/05/05
- 14/14: gnu: python-django: Disable django-admin wrapper., guix-commits, 2021/05/05
- 13/14: gnu: python-django: Update to 3.2.1., guix-commits, 2021/05/05