mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: emacs-dockerfile-mode: Update to 1.9.
* gnu/packages/emacs-xyz.scm (emacs-dockerfile-mode): Update to 1.9. Change-Id: Ie3fd4d3701d720ece886b3e873b9637aeb468fea
This commit is contained in:
parent
1b4c846d83
commit
4115590ed1
1 changed files with 2 additions and 2 deletions
|
@ -30784,7 +30784,7 @@ (define-public emacs-docker
|
|||
(define-public emacs-dockerfile-mode
|
||||
(package
|
||||
(name "emacs-dockerfile-mode")
|
||||
(version "1.8")
|
||||
(version "1.9")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -30794,7 +30794,7 @@ (define-public emacs-dockerfile-mode
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0bv19mii4h47jllps72h69nwrlbfvwxgca1cl4cdxvpx0zkr6qx7"))))
|
||||
"0lz6lfyab2f9nw0fwkvvn7zx361c3wm0aar9v2vhb437c0mxzndh"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-s))
|
||||
|
|
Loading…
Reference in a new issue