guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: emacs-magit-popup: Update to 2.12.3.


From: Alex Kost
Subject: 03/03: gnu: emacs-magit-popup: Update to 2.12.3.
Date: Thu, 26 Apr 2018 16:04:16 -0400 (EDT)

alezost pushed a commit to branch master
in repository guix.

commit 1f22a544c221356b3f3f00c1212df83bf9c63a13
Author: Alex Kost <address@hidden>
Date:   Wed Apr 25 19:18:53 2018 +0300

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

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 19dc608..4227f4e 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -558,7 +558,7 @@ support for Git-SVN.")
 (define-public emacs-magit-popup
   (package
     (name "emacs-magit-popup")
-    (version "2.12.0")
+    (version "2.12.3")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -567,7 +567,7 @@ support for Git-SVN.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1dnk611f7lww6rb03hk8ijg2jwxx9f26pjfff4bwjmnjz7hnd6vz"))))
+                "1kz6vj67awkwf9y2wj6m3l2him3znm08z6bkdvnmfr6rwd96dr39"))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases



reply via email to

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