me
/
guix
Archived
1
0
Fork 0

gnu: python-djangorestframework: Update to 3.11.1.

* gnu/packages/django.scm (python-djangorestframework): Update to 3.11.1.
master
Marius Bakke 2020-09-01 12:08:13 +02:00
parent 9e4fef9269
commit e073925c94
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -1117,14 +1117,14 @@ Django projects, which allows association of a number of tags with any
(define-public python-djangorestframework (define-public python-djangorestframework
(package (package
(name "python-djangorestframework") (name "python-djangorestframework")
(version "3.7.7") (version "3.11.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "djangorestframework" version)) (uri (pypi-uri "djangorestframework" version))
(sha256 (sha256
(base32 (base32
"11qv117gqwswxjljs7wafxg1hyzzlx3qrviwlk9hw41bsbl997lz")))) "0chbl1d0m1x23mmpdj7y85k3n32lpxrhcdl07ywnylfj9dd2vl3d"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(;; No included tests '(;; No included tests