gnu: emacs-yasnippet: Refresh version.

* gnu/packages/emacs-xyz.scm (emacs-yasnippet): Refresh version.

This is not really an update, but the commit picked matches a version
bump. Therefore use that number instead of relying of GIT-VERSION.

Change-Id: I5ac2dc79829d3271a0e76095cafe3a9332476273
This commit is contained in:
Nicolas Goaziou 2024-06-18 23:06:57 +02:00
parent 1ac526f023
commit 7bd72b0ec4
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -18311,12 +18311,10 @@ the Emacs TempEl package.")
(license license:gpl3+))))
(define-public emacs-yasnippet
;; The latest release is more than 5 years old, has test problems.
(let ((revision "0")
(commit "297546f0853a6a51f5b05e954d0c6aea8caa5ec2"))
(let ((commit "297546f0853a6a51f5b05e954d0c6aea8caa5ec2")) ;version bump
(package
(name "emacs-yasnippet")
(version (git-version "0.14.0" revision commit))
(version "0.14.1")
(source
(origin
(method git-fetch)