guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-magit: Update to 3.2.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-magit: Update to 3.2.0.
Date: Sun, 01 Aug 2021 14:56:36 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c044940  gnu: emacs-magit: Update to 3.2.0.
c044940 is described below

commit c044940a67715fcf5e00a6f298e3508d59ce0843
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Aug 1 20:56:05 2021 +0200

    gnu: emacs-magit: Update to 3.2.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.2.0.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1ae2760..90b7b15 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -736,7 +736,7 @@ libgit2 bindings for Emacs, intended to boost the 
performance of Magit.")
 (define-public emacs-magit
   (package
     (name "emacs-magit")
-    (version "3.1.1")
+    (version "3.2.0")
     (source
      (origin
        (method git-fetch)
@@ -745,7 +745,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 "0sn4iiicmqfqmvi7zwii6qdp35k09kqn36rpalv0w1i4jcm6j9kk"))))
+        (base32 "1ig4yzvd9hzvajjc46wk2g4xyg1ign92wgasa4wgn4hh878i3r1y"))))
     (build-system emacs-build-system)
     (arguments
      `(#:emacs ,emacs-no-x             ;module support is required



reply via email to

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