mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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:
parent
78a1c9b440
commit
d6d19f1a2f
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue