guix-commits
[Top][All Lists]
Advanced

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

05/25: gnu: emacs-skewer-mode: Update to 1.8.0.


From: guix-commits
Subject: 05/25: gnu: emacs-skewer-mode: Update to 1.8.0.
Date: Sun, 7 Jul 2019 09:49:43 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 1fd2886ca7060bd0636d9ae4080bb30d0a3e875a
Author: Brian Leung <address@hidden>
Date:   Wed Jun 26 02:03:31 2019 +0200

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3339539..ab90590 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2598,7 +2598,7 @@ serve files and directory listings.")
 (define-public emacs-skewer-mode
   (package
     (name "emacs-skewer-mode")
-    (version "1.6.2")
+    (version "1.8.0")
     (source
      (origin
        (method git-fetch)
@@ -2607,7 +2607,7 @@ serve files and directory listings.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "05jndz0c26q60s416vqgvr66axdmxb7qsr2g70fvl5iqavnayhpv"))))
+        (base32 "1ha7jl7776pk1bki5zj2q0jy66450mn8xr3aqjc0m9kj3gc9qxgw"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-simple-httpd" ,emacs-simple-httpd)



reply via email to

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