mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: emacs-ebuild-mode: Update to 1.56.
* gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.56.
This commit is contained in:
parent
abeb985d4c
commit
590e4c29c5
1 changed files with 2 additions and 2 deletions
|
@ -11931,7 +11931,7 @@ (define-public emacs-lua-mode
|
|||
(define-public emacs-ebuild-mode
|
||||
(package
|
||||
(name "emacs-ebuild-mode")
|
||||
(version "1.55")
|
||||
(version "1.56")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -11940,7 +11940,7 @@ (define-public emacs-ebuild-mode
|
|||
"ebuild-mode-" version ".tar.xz"))
|
||||
(file-name (string-append name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1bs2s5g79vrbk8544lvp388cdbig0s121kwk0h10hif4kp56ka9w"))))
|
||||
(base32 "01q5k7dkyri0s8h7jwng4rw128mx6pdn816zlr0g8rh2798cf91k"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue