mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: emacs-dockerfile-mode: Update to 1.8.
* gnu/packages/emacs-xyz.scm (emacs-dockerfile-mode): Update to 1.8.
This commit is contained in:
parent
2c6a6f8743
commit
994b9fa07a
1 changed files with 2 additions and 2 deletions
|
@ -26328,7 +26328,7 @@ (define-public emacs-docker
|
|||
(define-public emacs-dockerfile-mode
|
||||
(package
|
||||
(name "emacs-dockerfile-mode")
|
||||
(version "1.7")
|
||||
(version "1.8")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -26338,7 +26338,7 @@ (define-public emacs-dockerfile-mode
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0hmzwh8m72rj6cwaxfypnv3fmjrs11iqr15vsdw1rw7m55xi675f"))))
|
||||
"0bv19mii4h47jllps72h69nwrlbfvwxgca1cl4cdxvpx0zkr6qx7"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-s))
|
||||
|
|
Loading…
Reference in a new issue