gnu: python-django: Update to 1.11.15 [fixes CVE-2018-14574].

* gnu/packages/django.scm (python-django): Update to 1.11.15.
master
Marius Bakke 2018-08-15 15:11:33 +02:00
parent aa3ad4b119
commit f07683b07c
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

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