me
/
guix
Archived
1
0
Fork 0

gnu: python-django: Update to 1.11.11 [fixes CVE-2018-7536 and CVE-2018-7537].

See <https://www.djangoproject.com/weblog/2018/mar/06/security-releases/> for
more information about the vulnerabilities.

* gnu/packages/django.scm (python-django): Update to 1.11.11.
master
Marius Bakke 2018-03-06 17:38:12 +01:00
parent c072cf57b9
commit 6f1f8d1312
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -36,13 +36,13 @@
(define-public python-django
(package
(name "python-django")
(version "1.11.10")
(version "1.11.11")
(source (origin
(method url-fetch)
(uri (pypi-uri "Django" version))
(sha256
(base32
"1ndc7axr7cz8jwhr4mz16fvwd0jcd6i81q2wi9nl172s71kkaf12"))))
"1p0fk0dszci9gx76hyhay3n8n0k8r4sznbdcrpd9g2xl15rps1vl"))))
(build-system python-build-system)
(arguments
'(#:modules ((srfi srfi-1)