Skip to content
Snippets Groups Projects
Unverified Commit dcc9b6ab authored by Marius Bakke's avatar Marius Bakke
Browse files

gnu: python-django: Update to 1.10.7 [fixes CVE-2017-7233 and CVE-2017-7234].

* gnu/packages/django.scm (python-django, python2-django): Update to 1.10.7.
parent 4dc12417
No related branches found
No related tags found
No related merge requests found
...@@ -29,13 +29,13 @@ (define-module (gnu packages django) ...@@ -29,13 +29,13 @@ (define-module (gnu packages django)
(define-public python-django (define-public python-django
(package (package
(name "python-django") (name "python-django")
(version "1.10.5") (version "1.10.7")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "Django" version)) (uri (pypi-uri "Django" version))
(sha256 (sha256
(base32 (base32
"12szjsmnfhh2yr54sfynyjr8vl0q9gb6qak3ayqcifcinrs97f0d")))) "1f5hnn2dzfr5szk4yc47bs4kk2nmrayjcvgpqi2s4l13pjfpfgar"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(#:phases '(#:phases
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment