diff options
author | Marius Bakke <mbakke@fastmail.com> | 2016-11-01 15:32:06 +0000 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-11-01 14:02:01 -0400 |
commit | bac3d6095d58b6b52b9fccc3cbc9fa8e748af67a (patch) | |
tree | 458bf77d44a80a89b4b23f1d20f20e3ed554bde8 /gnu/packages/django.scm | |
parent | b56d9ce304c16479e495bc2ef1b35f4280c867c1 (diff) | |
download | patches-bac3d6095d58b6b52b9fccc3cbc9fa8e748af67a.tar patches-bac3d6095d58b6b52b9fccc3cbc9fa8e748af67a.tar.gz |
gnu: python-django: Update to 1.10.3 [fixes CVE-2016-{9013,9014}].
* gnu/packages/django.scm (python-django, python2-django): Update to 1.10.3.
[source]: Remove patch.
* gnu/packages/patches/python-django-fix-testcase.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/packages/django.scm')
-rw-r--r-- | gnu/packages/django.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 8d4a7e4753..e7bd7f4994 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -29,14 +29,13 @@ (define-public python-django (package (name "python-django") - (version "1.10") + (version "1.10.3") (source (origin (method url-fetch) (uri (pypi-uri "Django" version)) (sha256 (base32 - "01bh5yra6zyxcpqacahbwfbn0y4ivw07j2jsw3crvmjzivb6if26")) - (patches (search-patches "python-django-fix-testcase.patch")))) + "0c4c8zs7kzb0bdlpy4vlzv6va26dbazr32h91rldf6waxs6z14kg")))) (build-system python-build-system) (arguments '(#:phases |