[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: python-djangorestframework: Update to 3.12.1.
From: |
guix-commits |
Subject: |
06/06: gnu: python-djangorestframework: Update to 3.12.1. |
Date: |
Wed, 4 Nov 2020 20:24:01 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit c98f68cdb11962db8ca948b34d6dc94abc9fc105
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Nov 4 12:29:54 2020 +0100
gnu: python-djangorestframework: Update to 3.12.1.
* gnu/packages/django.scm (python-djangorestframework): Update to 3.12.1.
---
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 0051aeb..2dc99ad 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -1013,14 +1013,14 @@ Django projects, which allows association of a number
of tags with any
(define-public python-djangorestframework
(package
(name "python-djangorestframework")
- (version "3.11.1")
+ (version "3.12.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "djangorestframework" version))
(sha256
(base32
- "0chbl1d0m1x23mmpdj7y85k3n32lpxrhcdl07ywnylfj9dd2vl3d"))))
+ "0jb22psb823vh5fj9az63p5lgyax9ygjy2faah16ajxvvsp54i6m"))))
(build-system python-build-system)
(arguments
'(;; No included tests
- 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 <=
- 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, 2020/11/04