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.51.

* gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.51.
This commit is contained in:
Nicolas Goaziou 2020-07-27 11:25:05 +02:00
parent 45c4bb10e4
commit a0a7fdd3d8
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -8850,7 +8850,7 @@ Lua programming language}.")
(define-public emacs-ebuild-mode
(package
(name "emacs-ebuild-mode")
(version "1.50")
(version "1.51")
(source
(origin
(method url-fetch)
@ -8859,7 +8859,7 @@ Lua programming language}.")
"ebuild-mode-" version ".tar.xz"))
(file-name (string-append name "-" version ".tar.xz"))
(sha256
(base32 "0bgi98vx6ahxijw69kfdiy3rkjdg7yi6k3bkjyasak5920m6fj1d"))))
(base32 "0sfmd6ns2qdmybcynlvc4fqzkbkzmm54rn87wyirdcqnpy0x03i2"))))
(build-system emacs-build-system)
(arguments
'(#:phases