gnu: python-django: Update to 3.1.7 [security fixes].

* gnu/packages/django.scm (python-django): Update to 3.1.7.
This commit is contained in:
Léo Le Bouter 2021-03-10 13:06:39 +01:00
parent b1eb744837
commit 1997ded2f4
No known key found for this signature in database
GPG key ID: 45A8B1E86BCD10A6

View file

@ -47,13 +47,13 @@ (define-module (gnu packages django)
(define-public python-django
(package
(name "python-django")
(version "3.1.3")
(version "3.1.7")
(source (origin
(method url-fetch)
(uri (pypi-uri "Django" version))
(sha256
(base32
"13rz3v0bwk8i3xcccn5awbafahab3cyk8wwv57v2xazdzxspgf0l"))))
"19v5lfijnjx18y9ax962z3gnbxy9k8i3w4j0qfzcp85nx4p7kkij"))))
(build-system python-build-system)
(arguments
'(#:phases