guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/25: gnu: emacs-simple-httpd: Update to 1.5.1.


From: guix-commits
Subject: 04/25: gnu: emacs-simple-httpd: Update to 1.5.1.
Date: Sun, 7 Jul 2019 09:49:42 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 9ee3be1bd581da9038d033226c69748f419f7ddf
Author: Brian Leung <address@hidden>
Date:   Wed Jun 26 02:03:16 2019 +0200

    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 <address@hidden>
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6d5282f..3339539 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2577,7 +2577,7 @@ as horizontal rules.")
 (define-public emacs-simple-httpd
   (package
     (name "emacs-simple-httpd")
-    (version "1.4.6")
+    (version "1.5.1")
     (source
      (origin
        (method git-fetch)
@@ -2586,9 +2586,9 @@ as horizontal rules.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1qmkc0w28l53zzf5yd2grrk1sq222g5qnsm35ph25s1cfvc1qb2g"))))
+        (base32 "0dpn92rg813c4pq7a1vzj3znyxzp2lmvxqz6pzcqi0l2xn5r3wvb"))))
     (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")
     (description
      "This package provides a simple HTTP server written in Emacs Lisp to



reply via email to

[Prev in Thread] Current Thread [Next in Thread]