gnu: emacs-simple-httpd: Update to 1.5.1.
* gnu/packages/emacs-xyz.scm (emacs-simple-httpd): Update to 1.5.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
1c9ea5aaa4
commit
9ee3be1bd5
|
@ -2577,7 +2577,7 @@ as horizontal rules.")
|
||||||
(define-public emacs-simple-httpd
|
(define-public emacs-simple-httpd
|
||||||
(package
|
(package
|
||||||
(name "emacs-simple-httpd")
|
(name "emacs-simple-httpd")
|
||||||
(version "1.4.6")
|
(version "1.5.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2586,9 +2586,9 @@ as horizontal rules.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1qmkc0w28l53zzf5yd2grrk1sq222g5qnsm35ph25s1cfvc1qb2g"))))
|
(base32 "0dpn92rg813c4pq7a1vzj3znyxzp2lmvxqz6pzcqi0l2xn5r3wvb"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/skeeto/emacs-http-server")
|
(home-page "https://github.com/skeeto/emacs-web-server")
|
||||||
(synopsis "HTTP server in pure Emacs Lisp")
|
(synopsis "HTTP server in pure Emacs Lisp")
|
||||||
(description
|
(description
|
||||||
"This package provides a simple HTTP server written in Emacs Lisp to
|
"This package provides a simple HTTP server written in Emacs Lisp to
|
||||||
|
|
Loading…
Reference in New Issue