mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 04:14:06 -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
|
(define-public emacs-cwl-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-cwl-mode")
|
(name "emacs-cwl-mode")
|
||||||
(version "0.2.5")
|
(version "0.2.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -28138,7 +28138,7 @@ (define-public emacs-cwl-mode
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0x9rvyhgy7ijq2r9pin94jz7nisrw6z91jch7d27lkhrmyb1rwk3"))))
|
"0507acyr9h4646scx316niq27vir6hl2gsgz7wdbiw0cb2drfkd1"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-yaml-mode" ,emacs-yaml-mode)))
|
`(("emacs-yaml-mode" ,emacs-yaml-mode)))
|
||||||
|
|
Loading…
Reference in a new issue