me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-dockerfile-mode): Update to 1.4.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -22458,7 +22458,7 @@ constant expressions.")
(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 @@ constant expressions.")
(file-name (git-file-name name version))
(sha256
(base32
"1br73dsls42fn4rwagljkpa3l4wwj6f7jxfn3gmgl6c54z81av3v"))))
"1ypkihd9si769r6k0lfrv8jq8mjv4gyhiwyi820sayfppvma5rj0"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-s" ,emacs-s)))