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