diff options
author | Marius Bakke <marius@gnu.org> | 2020-09-01 12:08:13 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-09-22 18:41:53 +0200 |
commit | e073925c948d97e25b5fdc3c307e60a3228481dd (patch) | |
tree | 202175b30d151d376864b973a52d56a95e8ae0cf /gnu | |
parent | 9e4fef92697f38c6cefcc66db58883ec14a1cf43 (diff) | |
download | guix-e073925c948d97e25b5fdc3c307e60a3228481dd.tar guix-e073925c948d97e25b5fdc3c307e60a3228481dd.tar.gz |
gnu: python-djangorestframework: Update to 3.11.1.
* gnu/packages/django.scm (python-djangorestframework): Update to 3.11.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/django.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |