unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Pierre Langlois <pierre.langlois@gmx.com>
To: 41966@debbugs.gnu.org
Subject: [bug#41966] [PATCH] gnu: emacs-magit: Update to 0746bf1b.
Date: Sat, 20 Jun 2020 19:17:18 +0200	[thread overview]
Message-ID: <875zblirmp.fsf@gmx.com> (raw)

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

             reply	other threads:[~2020-06-20 17:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-20 17:17 Pierre Langlois [this message]
2020-06-20 22:04 ` bug#41966: [PATCH] gnu: emacs-magit: Update to 0746bf1b 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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=875zblirmp.fsf@gmx.com \
    --to=pierre.langlois@gmx.com \
    --cc=41966@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 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).