diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-02-17 20:49:39 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-02-17 20:49:39 +0100 |
commit | 26176bee23706669c7402c8bd083ed29187fe8e9 (patch) | |
tree | 0e70111b172743b239c123f3b1b905f804d53785 /gnu/local.mk | |
parent | 9729f9756c6f4b8376fc619b1330b05b8892c21a (diff) | |
download | guix-26176bee23706669c7402c8bd083ed29187fe8e9.tar guix-26176bee23706669c7402c8bd083ed29187fe8e9.tar.gz |
gnu: python-waitress: Update to 1.1.0.
* gnu/packages/patches/python-waitress-fix-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/python.scm (python-waitress): Update to 1.1.0.
[source](patches): New field.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 846de07a5d..19062df6a2 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1041,6 +1041,7 @@ dist_patch_DATA = \ %D%/packages/patches/python2-subprocess32-disable-input-test.patch \ %D%/packages/patches/python-unittest2-python3-compat.patch \ %D%/packages/patches/python-unittest2-remove-argparse.patch \ + %D%/packages/patches/python-waitress-fix-tests.patch \ %D%/packages/patches/qemu-CVE-2017-15038.patch \ %D%/packages/patches/qemu-CVE-2017-15289.patch \ %D%/packages/patches/qt4-ldflags.patch \ |