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

* gnu/packages/emacs-xyz.scm (emacs-dockerfile-mode): Update to 1.4.
This commit is contained in:
Nicolas Goaziou 2021-05-29 15:19:29 +02:00
parent a8aafa39c6
commit d936eee8bc
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -22458,7 +22458,7 @@ (define-public emacs-docker
(define-public emacs-dockerfile-mode
(package
(name "emacs-dockerfile-mode")
(version "1.3")
(version "1.4")
(source
(origin
(method git-fetch)
@ -22468,7 +22468,7 @@ (define-public emacs-dockerfile-mode
(file-name (git-file-name name version))
(sha256
(base32
"1br73dsls42fn4rwagljkpa3l4wwj6f7jxfn3gmgl6c54z81av3v"))))
"1ypkihd9si769r6k0lfrv8jq8mjv4gyhiwyi820sayfppvma5rj0"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-s" ,emacs-s)))