guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-magit-popup: Update to 2.13.3.


From: guix-commits
Subject: branch master updated: gnu: emacs-magit-popup: Update to 2.13.3.
Date: Mon, 27 Jul 2020 05:27:20 -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 6de772d  gnu: emacs-magit-popup: Update to 2.13.3.
6de772d is described below

commit 6de772d9d40ac7ad338c1b13323fd7c9e8ec80af
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jul 27 11:26:57 2020 +0200

    gnu: emacs-magit-popup: Update to 2.13.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-magit-popup): Update to 2.13.3.
---
 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 43b22dd..4774ef8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -594,7 +594,7 @@ support for Git-SVN.")
 (define-public emacs-magit-popup
   (package
     (name "emacs-magit-popup")
-    (version "2.13.2")
+    (version "2.13.3")
     (source
      (origin
        (method git-fetch)
@@ -603,7 +603,7 @@ support for Git-SVN.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1ifhph1mj7wjar62d65fjx45qsjwsyslbj7liih3v0r4by5gyxmw"))))
+        (base32 "0znp6gx6vpcsybg774ab06mdgxb7sfk3gki1yp2qhkanav13i6q1"))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases



reply via email to

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