gnu: emacs-daemons: Update to 2.1.0.

* gnu/packages/emacs-xyz.scm (emacs-daemons): Update to 2.1.0.

Change-Id: I7f1e5094399943cc24970ab47ea836dc6bf093b5
This commit is contained in:
Nicolas Goaziou 2024-12-24 10:59:56 +01:00
parent 78a1c9b440
commit d6d19f1a2f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -28282,7 +28282,7 @@ (define-public emacs-devil
(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 @@ (define-public emacs-daemons
(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")