mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-yasnippet: Update to 0.14.3.
* gnu/packages/emacs-xyz.scm (emacs-yasnippet): Update to 0.14.3. [source]{version}: Package comments revised. {patches}: Drop stale patch introduced in https://issues.guix.gnu.org/65376 YASnippet can build without it now. * gnu/packages/patches/emacs-yasnippet-fix-empty-snippet-next.patch: Deleted. * gnu/local.mk (dist_patch_DATA): Remove entry for 'emacs-yasnippet-fix-empty-snippet-next.patch'. Change-Id: I209a0258801cb96cf34d83afd40534c76f3219be Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
0e5a34097f
commit
48bc3329c6
3 changed files with 6 additions and 67 deletions
|
@ -21087,21 +21087,20 @@ the Emacs TempEl package.")
|
|||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-yasnippet
|
||||
(let ((commit "297546f0853a6a51f5b05e954d0c6aea8caa5ec2")) ;version bump
|
||||
(let ((commit "dd570a6b22364212fff9769cbf4376bdbd7a63c5"))
|
||||
(package
|
||||
(name "emacs-yasnippet")
|
||||
(version "0.14.1")
|
||||
;; Missing Git tags, version bumped in package file.
|
||||
(version "0.14.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/joaotavora/yasnippet")
|
||||
(commit commit)))
|
||||
(url "https://github.com/joaotavora/yasnippet")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0b1fdigwjshfim6zyzkn2wa6k8xd4qlafrf7zgj5bsx6alrzac8v"))
|
||||
(patches
|
||||
(search-patches "emacs-yasnippet-fix-empty-snippet-next.patch"))))
|
||||
(base32 "1s7zsdw83v5v7alsnzzrrr3m177qnm7x4hr8w7f84a4lamd0h6s3"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue