gnu: emacs-magit-popup: Update to 2.12.5.

* gnu/packages/emacs.scm (emacs-magit-popup): Update to 2.12.5.
This commit is contained in:
Jelle Licht 2018-12-29 14:43:54 +01:00
parent 8d59ef68cb
commit 9bc7dd62b4
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -592,7 +592,7 @@ (define-public magit-svn
(define-public emacs-magit-popup (define-public emacs-magit-popup
(package (package
(name "emacs-magit-popup") (name "emacs-magit-popup")
(version "2.12.4") (version "2.12.5")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -601,7 +601,7 @@ (define-public emacs-magit-popup
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"08952nzn0cb6gxscqyiljk4fq2zxjvr3ism0lvgw0gs9hl5phiwx")))) "13riknyqr6vxqll80sfhvz165flvdz367rbd0pr5slb01bnfsi2i"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:phases `(#:phases