mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ constant expressions.")
|
||||||
(define-public emacs-dockerfile-mode
|
(define-public emacs-dockerfile-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-dockerfile-mode")
|
(name "emacs-dockerfile-mode")
|
||||||
(version "1.8")
|
(version "1.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -30794,7 +30794,7 @@ constant expressions.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bv19mii4h47jllps72h69nwrlbfvwxgca1cl4cdxvpx0zkr6qx7"))))
|
"0lz6lfyab2f9nw0fwkvvn7zx361c3wm0aar9v2vhb437c0mxzndh"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-s))
|
(list emacs-s))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue