all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Bruno Victal <mirai@makinata.eu>
To: 67530@debbugs.gnu.org
Cc: Bruno Victal <mirai@makinata.eu>, Andrew Tropin <andrew@trop.in>,
	Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>,
	Liliana Marie Prikler <liliana.prikler@gmail.com>
Subject: [bug#67530] [PATCH] gnu: emacs-magit: Update to 3.3.0-7.dda332b.
Date: Wed, 29 Nov 2023 18:10:11 +0000	[thread overview]
Message-ID: <47b4cda0062b813c3adc98ad38d3e5366a2b453b.1701281411.git.mirai@makinata.eu> (raw)

* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.3.0-7.dda332b.

Copyright-paperwork-exempt: Yes
Change-Id: Icb119958ec806f96ebe18567492a9611c56572e1
---

A new 'git-commit--insert-trailer' enhancement was recently added
for greater flexibility when adding other kinds of tags. (or trailers)

[1]: <https://github.com/magit/magit/discussions/5031#discussioncomment-7407578>

 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 996142dc3e..53784a46a8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1512,8 +1512,8 @@ (define-public emacs-libgit
 (define-public emacs-magit
     ;; Use this unreleased commit to benefit from a recent improvements with
     ;; regard to adding git trailers such as "Reviewed-by".
-  (let ((commit "7a1d50347086678217cf90a32dda277b76ea3081")
-        (revision "6"))
+  (let ((commit "dda332b2a41569f5fd8c0c2c3c2dab902d48ceb4")
+        (revision "7"))
     (package
       (name "emacs-magit")
       (version (git-version "3.3.0" revision commit))
@@ -1525,7 +1525,7 @@ (define-public emacs-magit
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "1yn3v24w0sx6r8jqw8blfvyjdjfz5xa7c3x8p6xw1lj7b81l8i0l"))))
+          (base32 "14vqfykfzddpfka7s3pmlh3yvbfd1rpjhab4g9dinz9hn48dwb06"))))
       (build-system emacs-build-system)
       (arguments
        (list

base-commit: cd46757c1a0f886848fbb6828c028dd2a2532767
-- 
2.41.0





             reply	other threads:[~2023-11-29 18:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-29 18:10 Bruno Victal [this message]
2023-12-01  7:20 ` [bug#67530] [PATCH] gnu: emacs-magit: Update to 3.3.0-7.dda332b Andrew Tropin

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=47b4cda0062b813c3adc98ad38d3e5366a2b453b.1701281411.git.mirai@makinata.eu \
    --to=mirai@makinata.eu \
    --cc=67530@debbugs.gnu.org \
    --cc=andrew@trop.in \
    --cc=cox.katherine.e+guix@gmail.com \
    --cc=liliana.prikler@gmail.com \
    /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.