gnu: emacs-magit-popup: Update to 2.12.4.
* gnu/packages/emacs.scm (emacs-magit-popup): Update to 2.12.4.
This commit is contained in:
parent
49c941b43b
commit
e1bf455cee
1 changed files with 2 additions and 2 deletions
|
@ -579,7 +579,7 @@ (define-public magit-svn
|
|||
(define-public emacs-magit-popup
|
||||
(package
|
||||
(name "emacs-magit-popup")
|
||||
(version "2.12.3")
|
||||
(version "2.12.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -588,7 +588,7 @@ (define-public emacs-magit-popup
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1kz6vj67awkwf9y2wj6m3l2him3znm08z6bkdvnmfr6rwd96dr39"))))
|
||||
"0pkg95ssdp4biznmgc2bvf74y4ihws8902zz5437zsfhb8p6f3kb"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue