diff options
author | Eric Bavier <bavier@member.fsf.org> | 2017-06-28 22:59:41 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2017-06-28 22:59:41 -0500 |
commit | 57dfc9f86c3110a5eb88863c97cd5ec780ac1e69 (patch) | |
tree | 87d2907cf2921016c4d3fcbff32e61e583feb8f6 /gnu/local.mk | |
parent | 59b53c4227266fefd33d83089727a3d40b3a7e88 (diff) | |
download | guix-57dfc9f86c3110a5eb88863c97cd5ec780ac1e69.tar guix-57dfc9f86c3110a5eb88863c97cd5ec780ac1e69.tar.gz |
gnu: screen: Update to 4.6.0.
* gnu/packages/screen.scm (screen): Update to 4.6.0.
[source]: Remove patch.
* gnu/packages/patches/screen-fix-info-syntax-error.patch: Delete patch.
* 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 b3dd1953a8..b0690eda58 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -984,7 +984,6 @@ dist_patch_DATA = \ %D%/packages/patches/rxvt-unicode-escape-sequences.patch \ %D%/packages/patches/scheme48-tests.patch \ %D%/packages/patches/scotch-test-threading.patch \ - %D%/packages/patches/screen-fix-info-syntax-error.patch \ %D%/packages/patches/sdl-libx11-1.6.patch \ %D%/packages/patches/seq24-rename-mutex.patch \ %D%/packages/patches/slim-session.patch \ |