gnu: emacs-lemon: Update to 2.1.0.

* gnu/packages/emacs-xyz.scm (emacs-lemon-version): Update to 2.1.0

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Zzull 2023-03-27 18:28:01 +02:00 committed by Nicolas Goaziou
parent 6ba700e9e5
commit 249781e93c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -49,7 +49,7 @@
;;; Copyright © 2019, 2020, 2021 Joseph LaFreniere <joseph@lafreniere.xyz>
;;; Copyright © 2019 Todor Kondić <tk.code@protonmail.com>15669
;;; Copyright © 2019 Amar Singh <nly@disroot.org>
;;; Copyright © 2019, 2022 Baptiste Strazzulla <bstrazzull@hotmail.fr>
;;; Copyright © 2019, 2022, 2023 Baptiste Strazzulla <bstrazzull@hotmail.fr>
;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autistici.org>
;;; Copyright © 2019 Jens Mølgaard <jens@zete.tk>
;;; Copyright © 2019, 2020 Amin Bandali <bandali@gnu.org>
@ -5363,20 +5363,18 @@ (define-public emacs-symon
(license license:gpl2+)))
(define-public emacs-lemon
(let ((commit "37a6e6d6ef0900ca19c820a2dbc122c7fe6d86cf")
(revision "0"))
(package
(name "emacs-lemon")
(version (git-version "2.0.0" revision commit))
(version "2.1.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://codeberg.org/emacs-weirdware/lemon")
(commit commit)))
(commit "b10e992a25757a91723c7d554a5fa8e14291e702")))
(file-name (git-file-name name version))
(sha256
(base32 "0bc77vzi4p6mlzmhgybbldlpcsiiv4xqrd5lnc7wzvmxv8byhqpm"))))
(base32 "18yclk2zzqcahzhz2kq8g9gy1xnnxiy6rxs2lwhskj475kvwy2f9"))))
(build-system emacs-build-system)
(native-inputs
(list emacs-blight emacs-emms))
@ -5389,7 +5387,7 @@ (define-public emacs-lemon
the echo area when Emacs is has been idle for a few seconds. This is a fork
of zk_phis Symon, which has been largely rewritten. It works nicely with
EXWM.")
(license license:gpl3+))))
(license license:gpl3+)))
(define-public emacs-sx
(let ((version "20191229")