gnu: emacs-dockerfile-mode: Update to 1.5.

* gnu/packages/emacs-xyz.scm (emacs-dockerfile-mode): Update to 1.5.
This commit is contained in:
Nicolas Goaziou 2021-09-04 08:11:06 +02:00
parent 9cd3294966
commit 526d1d78bb
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -23522,7 +23522,7 @@ (define-public emacs-docker
(define-public emacs-dockerfile-mode
(package
(name "emacs-dockerfile-mode")
(version "1.4")
(version "1.5")
(source
(origin
(method git-fetch)
@ -23532,7 +23532,7 @@ (define-public emacs-dockerfile-mode
(file-name (git-file-name name version))
(sha256
(base32
"1ypkihd9si769r6k0lfrv8jq8mjv4gyhiwyi820sayfppvma5rj0"))))
"09pd8mfa45fy95mdg52fsafj3d1d5l52rskmw6q5np59dyzwch1b"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-s" ,emacs-s)))