gnu: emacs-dockerfile-mode: Update to 1.7.
* gnu/packages/emacs-xyz.scm (emacs-dockerfile-mode): Update to 1.7. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
d84e0b0454
commit
013fbf598a
1 changed files with 2 additions and 2 deletions
|
@ -25114,7 +25114,7 @@ (define-public emacs-docker
|
|||
(define-public emacs-dockerfile-mode
|
||||
(package
|
||||
(name "emacs-dockerfile-mode")
|
||||
(version "1.6")
|
||||
(version "1.7")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -25124,7 +25124,7 @@ (define-public emacs-dockerfile-mode
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0nmybfc9qch0jng06qgs2xb41dl9v52ckc9nc20d7hv3x36w555x"))))
|
||||
"0hmzwh8m72rj6cwaxfypnv3fmjrs11iqr15vsdw1rw7m55xi675f"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-s))
|
||||
|
|
Loading…
Reference in a new issue