[PATCH] gnu: emacs-magit: Update to 0746bf1b.

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Pierre Langlois
Owner
unassigned
Submitted by
Pierre Langlois
Severity
normal
P
P
Pierre Langlois wrote on 20 Jun 2020 19:17
(address . guix-patches@gnu.org)
875zblirmp.fsf@gmx.com
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.

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

Toggle diff (37 lines)
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
Thanks!
Pierre
N
N
Nicolas Goaziou wrote on 21 Jun 2020 00:04
(name . Pierre Langlois)(address . pierre.langlois@gmx.com)(address . 41966-done@debbugs.gnu.org)
87k101z95i.fsf@nicolasgoaziou.fr
Hello,

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

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

Applied. Thank you.

Regards,
--
Nicolas Goaziou
Closed
?