unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#49328] [PATCH] gnu: emacs-magit: Update to 3.1.1.
@ 2021-07-02 11:15 Matthew James Kraai
  2021-07-03 20:41 ` bug#49328: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Matthew James Kraai @ 2021-07-02 11:15 UTC (permalink / raw)
  To: 49328; +Cc: Matthew James Kraai

* 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





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

* bug#49328: [PATCH] gnu: emacs-magit: Update to 3.1.1.
  2021-07-02 11:15 [bug#49328] [PATCH] gnu: emacs-magit: Update to 3.1.1 Matthew James Kraai
@ 2021-07-03 20:41 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-07-03 20:41 UTC (permalink / raw)
  To: Matthew James Kraai; +Cc: 49328-done

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




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

end of thread, other threads:[~2021-07-03 20:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-02 11:15 [bug#49328] [PATCH] gnu: emacs-magit: Update to 3.1.1 Matthew James Kraai
2021-07-03 20:41 ` bug#49328: " 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).