mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: emacs-cwl-mode: Update to 0.2.6.
* gnu/packages/emacs-xyz.scm (emacs-cwl-mode): Update to 0.2.6.
This commit is contained in:
parent
a37159c036
commit
12489ee005
1 changed files with 2 additions and 2 deletions
|
@ -28128,7 +28128,7 @@ (define-public emacs-ivy-hydra
|
|||
(define-public emacs-cwl-mode
|
||||
(package
|
||||
(name "emacs-cwl-mode")
|
||||
(version "0.2.5")
|
||||
(version "0.2.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -28138,7 +28138,7 @@ (define-public emacs-cwl-mode
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0x9rvyhgy7ijq2r9pin94jz7nisrw6z91jch7d27lkhrmyb1rwk3"))))
|
||||
"0507acyr9h4646scx316niq27vir6hl2gsgz7wdbiw0cb2drfkd1"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-yaml-mode" ,emacs-yaml-mode)))
|
||||
|
|
Loading…
Reference in a new issue