From 4ae8390ffc23cbe70df888d88646941207701845 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Wed, 5 May 2021 21:57:32 +0200 Subject: 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(-) (limited to 'gnu') 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 -- cgit v1.2.3