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:
Nicolas Goaziou 2024-05-01 14:00:21 +02:00
parent 1b4c846d83
commit 4115590ed1
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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))