all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Baptiste Strazzulla <bstrazzull@hotmail.fr>
To: 62488@debbugs.gnu.org
Subject: [bug#62488] [PATCH] Update emacs-lemon
Date: Mon, 27 Mar 2023 16:33:16 +0000	[thread overview]
Message-ID: <AS8P189MB202455DC51F574CE10B345FCB98B9@AS8P189MB2024.EURP189.PROD.OUTLOOK.COM> (raw)


[-- 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


             reply	other threads:[~2023-03-27 16:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-27 16:33 Baptiste Strazzulla [this message]
2023-03-27 17:23 ` [bug#62488] [PATCH] Update emacs-lemon Nicolas Goaziou
2023-03-29  0:06   ` Baptiste Strazzulla
2023-03-30 10:37     ` bug#62488: " Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AS8P189MB202455DC51F574CE10B345FCB98B9@AS8P189MB2024.EURP189.PROD.OUTLOOK.COM \
    --to=bstrazzull@hotmail.fr \
    --cc=62488@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.