emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#49328: closed ([PATCH] gnu: emacs-magit: Update to 3.1.1.)


From: GNU bug Tracking System
Subject: bug#49328: closed ([PATCH] gnu: emacs-magit: Update to 3.1.1.)
Date: Sat, 03 Jul 2021 20:42:02 +0000

Your message dated Sat, 03 Jul 2021 22:41:39 +0200
with message-id <877di7ruyk.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#49328] [PATCH] gnu: emacs-magit: Update to 3.1.1.
has caused the debbugs.gnu.org bug report #49328,
regarding [PATCH] gnu: emacs-magit: Update to 3.1.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
49328: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49328
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: emacs-magit: Update to 3.1.1. Date: Fri, 2 Jul 2021 04:15:37 -0700
* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.1.1.
---
 gnu/packages/emacs-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5f1469e9ea..4bc1cd4b86 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -100,6 +100,7 @@
 ;;; Copyright © 2021 Zheng Junjie <873216071@qq.com>
 ;;; Copyright © 2021 David Dashyan <mail@davie.li>
 ;;; Copyright © 2021 Dhruvin Gandhi <contact@dhruvin.dev>
+;;; Copyright © 2021 Matthew James Kraai <kraai@ftbfs.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -731,7 +732,7 @@ libgit2 bindings for Emacs, intended to boost the 
performance of Magit.")
 (define-public emacs-magit
   (package
     (name "emacs-magit")
-    (version "3.0.0")
+    (version "3.1.1")
     (source
      (origin
        (method git-fetch)
@@ -740,7 +741,7 @@ libgit2 bindings for Emacs, intended to boost the 
performance of Magit.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0dbp3gx43ipxv8zg9m0hfhksz85rnkikaq35rx705qqz6xq6xq9m"))))
+        (base32 "0sn4iiicmqfqmvi7zwii6qdp35k09kqn36rpalv0w1i4jcm6j9kk"))))
     (build-system emacs-build-system)
     (arguments
      `(#:emacs ,emacs-no-x             ;module support is required
-- 
2.32.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#49328] [PATCH] gnu: emacs-magit: Update to 3.1.1. Date: Sat, 03 Jul 2021 22:41:39 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

Matthew James Kraai <kraai@ftbfs.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.1.1.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]