diff options
author | Leo Famulari <leo@famulari.name> | 2017-11-29 01:05:47 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-11-29 01:12:18 -0500 |
commit | 3519f2841d459271600bd1a41f0f3c6eb8b009aa (patch) | |
tree | 5fb64dbd4d0103f21c0167d016e5ba4a049ee661 /gnu/local.mk | |
parent | d2bdee8a69d3316c91fab68fe0cfb2a533db9ce6 (diff) | |
download | guix-3519f2841d459271600bd1a41f0f3c6eb8b009aa.tar guix-3519f2841d459271600bd1a41f0f3c6eb8b009aa.tar.gz |
gnu: libtorrent-rasterbar: Update to 1.1.4.
* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.1.4.
[source]: Remove 'libtorrent-rasterbar-boost-compat.patch'.
* gnu/packages/patches/libtorrent-rasterbar-boost-compat.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 13acb6797c..5ea975c4f4 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -835,7 +835,6 @@ dist_patch_DATA = \ %D%/packages/patches/libtiff-tiffycbcrtorgb-integer-overflow.patch \ %D%/packages/patches/libtiff-tiffycbcrtorgbinit-integer-overflow.patch \ %D%/packages/patches/libtirpc-CVE-2017-8779.patch \ - %D%/packages/patches/libtorrent-rasterbar-boost-compat.patch \ %D%/packages/patches/libtool-skip-tests2.patch \ %D%/packages/patches/libunistring-gnulib-multi-core.patch \ %D%/packages/patches/libusb-0.1-disable-tests.patch \ |