summaryrefslogtreecommitdiff
path: root/gnu/packages/django.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2021-05-05 21:57:32 +0200
committerMarius Bakke <marius@gnu.org>2021-05-05 23:48:20 +0200
commit4ae8390ffc23cbe70df888d88646941207701845 (patch)
treea007babda6cad7c14cbe8b582a8a2af5c9fb4415 /gnu/packages/django.scm
parent7cacd8c8dab02dff48a096b6c8f6c3cd4e1161bb (diff)
downloadguix-patches-4ae8390ffc23cbe70df888d88646941207701845.tar
guix-patches-4ae8390ffc23cbe70df888d88646941207701845.tar.gz
gnu: python-djangorestframework: Update to 3.12.4.
* gnu/packages/django.scm (python-djangorestframework): Update to 3.12.4.
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 0299e60433..9b5593f709 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