gnu: emacs-ebuild-mode: Update to 1.63.
* gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.63.
This commit is contained in:
parent
25bf823521
commit
23561595bd
1 changed files with 2 additions and 2 deletions
|
@ -14541,7 +14541,7 @@ Lua programming language}.")
|
|||
(define-public emacs-ebuild-mode
|
||||
(package
|
||||
(name "emacs-ebuild-mode")
|
||||
(version "1.62")
|
||||
(version "1.63")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -14550,7 +14550,7 @@ Lua programming language}.")
|
|||
"ebuild-mode-" version ".tar.xz"))
|
||||
(file-name (string-append name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1l547d2q9l62zn53cwnjkxzqsblx72jh9a1vl753qlnyy689zvfp"))))
|
||||
(base32 "1pkdyxiprj94z062y6nlm5w34gxyazbkg3yzhfscnm087p7pbg82"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Reference in a new issue