me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs.scm (emacs-magit-popup): Update to 2.12.4.
master
Tobias Geerinckx-Rice 2018-09-15 00:27:31 +02:00
parent 49c941b43b
commit e1bf455cee
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -579,7 +579,7 @@ support for Git-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 @@ support for Git-SVN.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1kz6vj67awkwf9y2wj6m3l2him3znm08z6bkdvnmfr6rwd96dr39"))))
"0pkg95ssdp4biznmgc2bvf74y4ihws8902zz5437zsfhb8p6f3kb"))))
(build-system emacs-build-system)
(arguments
`(#:phases