all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62488] [PATCH] Update emacs-lemon
@ 2023-03-27 16:33 Baptiste Strazzulla
  2023-03-27 17:23 ` Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: Baptiste Strazzulla @ 2023-03-27 16:33 UTC (permalink / raw)
  To: 62488


[-- Attachment #1.1: Type: text/plain, Size: 2 bytes --]



[-- Attachment #1.2: Type: text/html, Size: 398 bytes --]

[-- Attachment #2: 0001-gnu-emacs-lemon-Update-to-2.1.0.patch --]
[-- Type: application/octet-stream, Size: 1970 bytes --]

From 9951f6a2a48e08fa870eb379642d38c53e67df72 Mon Sep 17 00:00:00 2001
From: Zzull <bstrazzull@hotmail.fr>
Date: Mon, 27 Mar 2023 18:28:01 +0200
Subject: [PATCH] gnu: emacs-lemon: Update to 2.1.0.

* gnu/packages/emacs-xyz.scm (emacs-lemon-version): Update to 2.1.0
---
 gnu/packages/emacs-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0a679c7167..70ffad21a4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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>
@@ -4664,11 +4664,11 @@ (define-public emacs-symon
     (license license:gpl2+)))
 
 (define-public emacs-lemon
-  (let ((commit "37a6e6d6ef0900ca19c820a2dbc122c7fe6d86cf")
+  (let ((commit "b10e992a25757a91723c7d554a5fa8e14291e702")
         (revision "0"))
     (package
       (name "emacs-lemon")
-      (version (git-version "2.0.0" revision commit))
+      (version (git-version "2.1.0" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -4677,7 +4677,7 @@ (define-public emacs-lemon
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0bc77vzi4p6mlzmhgybbldlpcsiiv4xqrd5lnc7wzvmxv8byhqpm"))))
+          (base32 "18yclk2zzqcahzhz2kq8g9gy1xnnxiy6rxs2lwhskj475kvwy2f9"))))
       (build-system emacs-build-system)
       (native-inputs
        (list emacs-blight emacs-emms))
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-03-30 10:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-27 16:33 [bug#62488] [PATCH] Update emacs-lemon Baptiste Strazzulla
2023-03-27 17:23 ` Nicolas Goaziou
2023-03-29  0:06   ` Baptiste Strazzulla
2023-03-30 10:37     ` bug#62488: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.