ngz pushed a commit to branch master
in repository guix.

commit d6d19f1a2fcb426fd4ebc277be0cb02af23c0e09
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue Dec 24 10:59:56 2024 +0100

    gnu: emacs-daemons: Update to 2.1.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-daemons): Update to 2.1.0.
    
    Change-Id: I7f1e5094399943cc24970ab47ea836dc6bf093b5
---
 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 d5f5169746..4df6b04370 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28282,7 +28282,7 @@ can be configured to perform other key sequence 
translations.")
 (define-public emacs-daemons
   (package
     (name "emacs-daemons")
-    (version "2.0.0")
+    (version "2.1.0")
     (source
      (origin
        (method git-fetch)
@@ -28292,7 +28292,7 @@ can be configured to perform other key sequence 
translations.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "00bkzfaw3bqykcks610vk9wlpa2z360xn32bpsrycacwfv29j7g4"))))
+         "1p5f2lf6jlsvyh6zhd6drc2njadlkn73djrykridsphzh92q88k0"))))
     (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