guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-daemons: Update to 2.0.0.


From: guix-commits
Subject: 01/01: gnu: emacs-daemons: Update to 2.0.0.
Date: Tue, 18 Dec 2018 05:41:59 -0500 (EST)

jlicht pushed a commit to branch master
in repository guix.

commit 232cc1001d8163a2af9eed0169f0110d70076686
Author: Jelle Licht <address@hidden>
Date:   Mon Dec 17 22:24:20 2018 +0100

    gnu: emacs-daemons: Update to 2.0.0.
    
    * gnu/packages/emacs.scm (emacs-daemons): Update to 2.0.0.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 5f02e88..e9ba0f9 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -11274,7 +11274,7 @@ device tree files.")
 (define-public emacs-daemons
   (package
     (name "emacs-daemons")
-    (version "1.2.0")
+    (version "2.0.0")
     (source
      (origin
        (method git-fetch)
@@ -11284,7 +11284,7 @@ device tree files.")
        (file-name (string-append name "-" version "-checkout"))
        (sha256
         (base32
-         "00ijgm22ck76gw0x79krl05yy0m8a502yfakazfy5xhpn1zi6ab7"))))
+         "00bkzfaw3bqykcks610vk9wlpa2z360xn32bpsrycacwfv29j7g4"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/cbowdon/daemons.el";)
     (synopsis "Emacs UI for managing init system services")



reply via email to

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