From e073925c948d97e25b5fdc3c307e60a3228481dd Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Tue, 1 Sep 2020 12:08:13 +0200 Subject: gnu: python-djangorestframework: Update to 3.11.1. * gnu/packages/django.scm (python-djangorestframework): Update to 3.11.1. --- gnu/packages/django.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/django.scm') diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index f0027db9bc..3c2413a0fd 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -1117,14 +1117,14 @@ Django projects, which allows association of a number of tags with any (define-public python-djangorestframework (package (name "python-djangorestframework") - (version "3.7.7") + (version "3.11.1") (source (origin (method url-fetch) (uri (pypi-uri "djangorestframework" version)) (sha256 (base32 - "11qv117gqwswxjljs7wafxg1hyzzlx3qrviwlk9hw41bsbl997lz")))) + "0chbl1d0m1x23mmpdj7y85k3n32lpxrhcdl07ywnylfj9dd2vl3d")))) (build-system python-build-system) (arguments '(;; No included tests -- cgit v1.2.3