mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
6ba700e9e5
commit
249781e93c
1 changed files with 55 additions and 57 deletions
|
@ -49,7 +49,7 @@
|
||||||
;;; Copyright © 2019, 2020, 2021 Joseph LaFreniere <joseph@lafreniere.xyz>
|
;;; Copyright © 2019, 2020, 2021 Joseph LaFreniere <joseph@lafreniere.xyz>
|
||||||
;;; Copyright © 2019 Todor Kondić <tk.code@protonmail.com>15669
|
;;; Copyright © 2019 Todor Kondić <tk.code@protonmail.com>15669
|
||||||
;;; Copyright © 2019 Amar Singh <nly@disroot.org>
|
;;; 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 Giacomo Leidi <goodoldpaul@autistici.org>
|
||||||
;;; Copyright © 2019 Jens Mølgaard <jens@zete.tk>
|
;;; Copyright © 2019 Jens Mølgaard <jens@zete.tk>
|
||||||
;;; Copyright © 2019, 2020 Amin Bandali <bandali@gnu.org>
|
;;; Copyright © 2019, 2020 Amin Bandali <bandali@gnu.org>
|
||||||
|
@ -5363,20 +5363,18 @@ environments.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public emacs-lemon
|
(define-public emacs-lemon
|
||||||
(let ((commit "37a6e6d6ef0900ca19c820a2dbc122c7fe6d86cf")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-lemon")
|
(name "emacs-lemon")
|
||||||
(version (git-version "2.0.0" revision commit))
|
(version "2.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://codeberg.org/emacs-weirdware/lemon")
|
(url "https://codeberg.org/emacs-weirdware/lemon")
|
||||||
(commit commit)))
|
(commit "b10e992a25757a91723c7d554a5fa8e14291e702")))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0bc77vzi4p6mlzmhgybbldlpcsiiv4xqrd5lnc7wzvmxv8byhqpm"))))
|
(base32 "18yclk2zzqcahzhz2kq8g9gy1xnnxiy6rxs2lwhskj475kvwy2f9"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list emacs-blight emacs-emms))
|
(list emacs-blight emacs-emms))
|
||||||
|
@ -5389,7 +5387,7 @@ environments.")
|
||||||
the echo area when Emacs is has been idle for a few seconds. This is a fork
|
the echo area when Emacs is has been idle for a few seconds. This is a fork
|
||||||
of zk_phi’s Symon, which has been largely rewritten. It works nicely with
|
of zk_phi’s Symon, which has been largely rewritten. It works nicely with
|
||||||
EXWM.")
|
EXWM.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-sx
|
(define-public emacs-sx
|
||||||
(let ((version "20191229")
|
(let ((version "20191229")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue