[bug#33905,6/7] gnu: emacs-magit-popup: Update to 2.12.5.

Message ID 20181229150301.30567-7-jlicht@fsfe.org
State Accepted
Commit 9bc7dd62b492725df5b9541da468dea0038e172f
Headers show
Series Prepare for release of emacs-forge | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed

Commit Message

Jelle Licht Dec. 29, 2018, 3:03 p.m. UTC
* gnu/packages/emacs.scm (emacs-magit-popup): Update to 2.12.5.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Ludovic Courtès Jan. 9, 2019, 3:45 p.m. UTC | #1
Jelle Licht <jlicht@fsfe.org> skribis:

> * gnu/packages/emacs.scm (emacs-magit-popup): Update to 2.12.5.

LGTM!

Patch

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 335d315d3..8639208ba 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -597,7 +597,7 @@  support for Git-SVN.")
 (define-public emacs-magit-popup
   (package
     (name "emacs-magit-popup")
-    (version "2.12.4")
+    (version "2.12.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -606,7 +606,7 @@  support for Git-SVN.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "08952nzn0cb6gxscqyiljk4fq2zxjvr3ism0lvgw0gs9hl5phiwx"))))
+                "13riknyqr6vxqll80sfhvz165flvdz367rbd0pr5slb01bnfsi2i"))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases