diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-01-24 09:50:41 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-01-24 10:42:42 -0500 |
commit | e479920cfd4208407d10939881a438f19ef289f7 (patch) | |
tree | b8e79f69ebb98bca3a6d97f079b4e81c068b69b1 /gnu/local.mk | |
parent | 1348be9115d15f8066d3d194d2c8d38ffa61fbae (diff) | |
download | guix-e479920cfd4208407d10939881a438f19ef289f7.tar guix-e479920cfd4208407d10939881a438f19ef289f7.tar.gz |
gnu: emacs-yasnippet: Update to 0.14.0-0.297546f.
* gnu/packages/emacs-xyz.scm (emacs-yasnippet): Update to 0.14.0-0.297546f.
Remove fix-tests patch.
* gnu/packages/patches/emacs-yasnippet-fix-tests.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): De-register it.
Change-Id: I3fda2bb3d879d88f06f9d814b6c8d835d9eafc9f
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 b8f3da7591..c20e93390d 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1132,7 +1132,6 @@ dist_patch_DATA = \ %D%/packages/patches/emacs-wordnut-require-adaptive-wrap.patch \ %D%/packages/patches/emacs-xelb-ignore-length-element.patch \ %D%/packages/patches/emacs-yasnippet-fix-empty-snippet-next.patch \ - %D%/packages/patches/emacs-yasnippet-fix-tests.patch \ %D%/packages/patches/enblend-enfuse-reproducible.patch \ %D%/packages/patches/enjarify-setup-py.patch \ %D%/packages/patches/enlightenment-fix-setuid-path.patch \ |