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/local.mk | |
parent | b56d9ce304c16479e495bc2ef1b35f4280c867c1 (diff) | |
download | guix-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/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 24013a52be..5fe6be5190 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -804,7 +804,6 @@ dist_patch_DATA = \ %D%/packages/patches/python-3-search-paths.patch \ %D%/packages/patches/python-dendropy-exclude-failing-tests.patch \ %D%/packages/patches/python-disable-ssl-test.patch \ - %D%/packages/patches/python-django-fix-testcase.patch \ %D%/packages/patches/python-fix-tests.patch \ %D%/packages/patches/python-ipython-inputhook-ctype.patch \ %D%/packages/patches/python-rarfile-fix-tests.patch \ |