mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
9cd3294966
commit
526d1d78bb
1 changed files with 2 additions and 2 deletions
|
@ -23522,7 +23522,7 @@ constant expressions.")
|
|||
(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 @@ constant expressions.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ypkihd9si769r6k0lfrv8jq8mjv4gyhiwyi820sayfppvma5rj0"))))
|
||||
"09pd8mfa45fy95mdg52fsafj3d1d5l52rskmw6q5np59dyzwch1b"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-s" ,emacs-s)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue