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
parent
c072cf57b9
commit
6f1f8d1312
|
@ -36,13 +36,13 @@
|
||||||
(define-public python-django
|
(define-public python-django
|
||||||
(package
|
(package
|
||||||
(name "python-django")
|
(name "python-django")
|
||||||
(version "1.11.10")
|
(version "1.11.11")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Django" version))
|
(uri (pypi-uri "Django" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ndc7axr7cz8jwhr4mz16fvwd0jcd6i81q2wi9nl172s71kkaf12"))))
|
"1p0fk0dszci9gx76hyhay3n8n0k8r4sznbdcrpd9g2xl15rps1vl"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:modules ((srfi srfi-1)
|
'(#:modules ((srfi srfi-1)
|
||||||
|
|
Reference in New Issue