summaryrefslogtreecommitdiff
path: root/gnu/packages/django.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-11-04 12:29:54 +0100
committerMarius Bakke <marius@gnu.org>2020-11-05 02:20:25 +0100
commitc98f68cdb11962db8ca948b34d6dc94abc9fc105 (patch)
tree4ecfc5f409e77da003da4598b24f7df0123f3ae8 /gnu/packages/django.scm
parente04610d821f4c1abcc4e5a29783851a10f414153 (diff)
downloadguix-patches-c98f68cdb11962db8ca948b34d6dc94abc9fc105.tar
guix-patches-c98f68cdb11962db8ca948b34d6dc94abc9fc105.tar.gz
gnu: python-djangorestframework: Update to 3.12.1.
* gnu/packages/django.scm (python-djangorestframework): Update to 3.12.1.
Diffstat (limited to 'gnu/packages/django.scm')
-rw-r--r--gnu/packages/django.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 0051aebe5f..2dc99adac8 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