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.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-magit: Update to 3.2.1.
Date: Sat, 07 Aug 2021 03:09:17 -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 9dce1e2  gnu: emacs-magit: Update to 3.2.1.
9dce1e2 is described below

commit 9dce1e2398fc9f36afbbbca9b025d54416d810a8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Aug 7 09:08:36 2021 +0200

    gnu: emacs-magit: Update to 3.2.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.2.1.
---
 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 547522b..cdbf213 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -781,7 +781,7 @@ libgit2 bindings for Emacs, intended to boost the 
performance of Magit.")
 (define-public emacs-magit
   (package
     (name "emacs-magit")
-    (version "3.2.0")
+    (version "3.2.1")
     (source
      (origin
        (method git-fetch)
@@ -790,7 +790,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 "1ig4yzvd9hzvajjc46wk2g4xyg1ign92wgasa4wgn4hh878i3r1y"))))
+        (base32 "179mgh8l5p7fhfmbg5rz810mhbzsxqsxd66jdb2a68vsazs1jw2m"))))
     (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]