gnu: emacs-skewer-mode: Update to 1.8.0.
* gnu/packages/emacs-xyz.scm (emacs-skewer-mode): Update to 1.8.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
9ee3be1bd5
commit
1fd2886ca7
|
@ -2598,7 +2598,7 @@ serve files and directory listings.")
|
||||||
(define-public emacs-skewer-mode
|
(define-public emacs-skewer-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-skewer-mode")
|
(name "emacs-skewer-mode")
|
||||||
(version "1.6.2")
|
(version "1.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2607,7 +2607,7 @@ serve files and directory listings.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "05jndz0c26q60s416vqgvr66axdmxb7qsr2g70fvl5iqavnayhpv"))))
|
(base32 "1ha7jl7776pk1bki5zj2q0jy66450mn8xr3aqjc0m9kj3gc9qxgw"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-simple-httpd" ,emacs-simple-httpd)
|
`(("emacs-simple-httpd" ,emacs-simple-httpd)
|
||||||
|
|
Loading…
Reference in New Issue