3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: emacs-ebuild-mode: Update to 1.37.

* gnu/packages/emacs.scm (emacs-ebuild-mode): Update to 1.37.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
ng0 2017-08-30 08:58:10 +00:00 committed by Ludovic Courtès
parent ab966b8f61
commit 4735393a76
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -3608,7 +3608,7 @@ Lua programing language}.")
(define-public emacs-ebuild-mode
(package
(name "emacs-ebuild-mode")
(version "1.30")
(version "1.37")
(source (origin
(method url-fetch)
(uri (string-append
@ -3617,7 +3617,7 @@ Lua programing language}.")
(file-name (string-append name "-" version ".tar.xz"))
(sha256
(base32
"0vp7lq1kvmh1b2bms2x1kf2k76dy9m02d7cirkxpiglwaxa0h9vz"))))
"07dzrdjjczkxdfdgi60h4jjkvzi4p0k9rij2wpfp8s03ay3qldpp"))))
(build-system emacs-build-system)
(home-page "https://devmanual.gentoo.org")
(synopsis "Major modes for Gentoo package files")