mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-ebuild-mode: Update to 1.71.
* gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.71. Change-Id: I6848d547615c6f7fa9ccbbcad1c71bec0f10ec93
This commit is contained in:
parent
853c8549a5
commit
a619ad1263
1 changed files with 2 additions and 2 deletions
|
@ -16453,7 +16453,7 @@ Lua programming language}.")
|
||||||
(define-public emacs-ebuild-mode
|
(define-public emacs-ebuild-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-ebuild-mode")
|
(name "emacs-ebuild-mode")
|
||||||
(version "1.70")
|
(version "1.71")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -16462,7 +16462,7 @@ Lua programming language}.")
|
||||||
"ebuild-mode-" version ".tar.xz"))
|
"ebuild-mode-" version ".tar.xz"))
|
||||||
(file-name (string-append name "-" version ".tar.xz"))
|
(file-name (string-append name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "14cy52hyh5gam1m5a4ys1zmlwabi7gv4nc8l6ki61lh5g1gqmbly"))))
|
(base32 "0gmzki027iyzzkvvsc9mq5njwwjvrys69awpfcq0rwbp11qn6jsd"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue