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

* gnu/packages/django.scm (python-django): Update to 3.1.8.
This commit is contained in:
Léo Le Bouter 2021-04-06 19:14:53 +02:00
parent 535417a6cb
commit 26f34f3de4
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.7")
(version "3.1.8")
(source (origin
(method url-fetch)
(uri (pypi-uri "Django" version))
(sha256
(base32
"19v5lfijnjx18y9ax962z3gnbxy9k8i3w4j0qfzcp85nx4p7kkij"))))
"1b0ymqv09b523k3c2jnpb2gjy2fsy6irbfyc2g9x5hjyw41k2fgq"))))
(build-system python-build-system)
(arguments
'(#:phases