unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#41966] [PATCH] gnu: emacs-magit: Update to 0746bf1b.
@ 2020-06-20 17:17 Pierre Langlois
  2020-06-20 22:04 ` bug#41966: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Pierre Langlois @ 2020-06-20 17:17 UTC (permalink / raw)
  To: 41966

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

Hello Guix!

I've been hitting a bug that's fixed upstream so I'd like to update our
emacs-magit package to the latest master to include it.

The bug in question is https://github.com/magit/magit/issues/4149.


[-- Attachment #2: 0001-gnu-emacs-magit-Update-to-0746bf1b.patch --]
[-- Type: text/x-patch, Size: 2197 bytes --]

From f30c263abfc82380844daeedab88adae4583e55c Mon Sep 17 00:00:00 2001
From: Pierre Langlois <pierre.langlois@gmx.com>
Date: Sat, 20 Jun 2020 19:02:44 +0200
Subject: [PATCH] gnu: emacs-magit: Update to 0746bf1b.

* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 0746bf1b.
---
 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 6537216935..582318dd9e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -40,7 +40,7 @@
 ;;; Copyright © 2018 Pierre-Antoine Rouby <pierre-antoine.rouby@inria.fr>
 ;;; Copyright © 2018 Alex Branham <alex.branham@gmail.com>
 ;;; Copyright © 2018 Thorsten Wilms <t_w_@freenet.de>
-;;; Copyright © 2018, 2019 Pierre Langlois <pierre.langlois@gmx.com>
+;;; Copyright © 2018, 2019, 2020 Pierre Langlois <pierre.langlois@gmx.com>
 ;;; Copyright © 2018, 2019, 2020 Brett Gilio <brettg@gnu.org>
 ;;; Copyright © 2019, 2020 Dimakakos Dimos <bendersteed@teknik.io>
 ;;; Copyright © 2019, 2020 Brian Leung <bkleung89@gmail.com>
@@ -399,10 +399,10 @@ libgit2 bindings for Emacs, intended to boost the performance of Magit.")
 
 (define-public emacs-magit
   ;; There hasn't been an official release since 2018-11-16.
-  (let ((commit "d05545ec2fd7edf915eaf1b9c15c785bb08975cc"))
+  (let ((commit "0746bf1bacfe896d3917ccc19c7fb9d95c18b1e9"))
     (package
       (name "emacs-magit")
-      (version (git-version "2.90.1" "4" commit))
+      (version (git-version "2.90.1" "5" commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -411,7 +411,7 @@ libgit2 bindings for Emacs, intended to boost the performance of Magit.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "11aqyy4r9hrdi9nlypd70hn8384b6q89c7xavgv8c5q7f2g5z9qg"))))
+                  "1sgdygr81s2qxq2ahf998hl89qrb0r2wbgnsiz3hdda1431p0wzg"))))
       (build-system emacs-build-system)
       (arguments
        `(#:emacs ,emacs-no-x            ;module support is required
-- 
2.26.2


[-- Attachment #3: Type: text/plain, Size: 16 bytes --]


Thanks!
Pierre

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

* bug#41966: [PATCH] gnu: emacs-magit: Update to 0746bf1b.
  2020-06-20 17:17 [bug#41966] [PATCH] gnu: emacs-magit: Update to 0746bf1b Pierre Langlois
@ 2020-06-20 22:04 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-06-20 22:04 UTC (permalink / raw)
  To: Pierre Langlois; +Cc: 41966-done

Hello,

Pierre Langlois <pierre.langlois@gmx.com> writes:

> Subject: [PATCH] gnu: emacs-magit: Update to 0746bf1b.
>
> * gnu/packages/emacs-xyz.scm (emacs-magit): Update to 0746bf1b.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2020-06-20 22:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-20 17:17 [bug#41966] [PATCH] gnu: emacs-magit: Update to 0746bf1b Pierre Langlois
2020-06-20 22:04 ` bug#41966: " Nicolas Goaziou

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).