unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67530] [PATCH] gnu: emacs-magit: Update to 3.3.0-7.dda332b.
@ 2023-11-29 18:10 Bruno Victal
  2023-12-01  7:20 ` Andrew Tropin
  0 siblings, 1 reply; 2+ messages in thread
From: Bruno Victal @ 2023-11-29 18:10 UTC (permalink / raw)
  To: 67530
  Cc: Bruno Victal, Andrew Tropin, Katherine Cox-Buday,
	Liliana Marie Prikler

* 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





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

* [bug#67530] [PATCH] gnu: emacs-magit: Update to 3.3.0-7.dda332b.
  2023-11-29 18:10 [bug#67530] [PATCH] gnu: emacs-magit: Update to 3.3.0-7.dda332b Bruno Victal
@ 2023-12-01  7:20 ` Andrew Tropin
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Tropin @ 2023-12-01  7:20 UTC (permalink / raw)
  To: Bruno Victal, 67530
  Cc: Katherine Cox-Buday, Bruno Victal, Liliana Marie Prikler

[-- Attachment #1: Type: text/plain, Size: 1886 bytes --]

On 2023-11-29 18:10, Bruno Victal wrote:

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

Hi Bruno!

Thank you for the update, applied, pushed as
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=4fda323d39

-- 
Best regards,
Andrew Tropin

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

end of thread, other threads:[~2023-12-01  7:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-29 18:10 [bug#67530] [PATCH] gnu: emacs-magit: Update to 3.3.0-7.dda332b Bruno Victal
2023-12-01  7:20 ` Andrew Tropin

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).