guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#60767: [PATCH] gnu: Add emacs-liberime.


From: Nicolas Goaziou
Subject: bug#60767: [PATCH] gnu: Add emacs-liberime.
Date: Fri, 13 Jan 2023 23:01:59 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Hello,

Feng Shu <tumashu@163.com> writes:

> * gnu/packages/emacs-xyz.scm (emacs-liberime): New variable.

Applied with the following tweaks. Thank you.

> +(define-public emacs-liberime
> +  (let ((commit "70ad2e6e1f0ff74fc8b9b5177b9aba645a18e546")
> +        (revision "0"))
> +    (package
> +      (name "emacs-liberime")
> +      (version (git-version "v0.0.6" revision commit))

"v" is not part of the version tag so I put it elsewher.

> +      (synopsis "Librime Emacs Lisp Binding")

Binding -> binding.

Regards,
-- 
Nicolas Goaziou





reply via email to

[Prev in Thread] Current Thread [Next in Thread]