gnu: emacs-daemons: Update to 2.0.0.

* gnu/packages/emacs.scm (emacs-daemons): Update to 2.0.0.
This commit is contained in:
Jelle Licht 2018-12-17 22:24:20 +01:00
parent ad01ab1610
commit 232cc1001d
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -11274,7 +11274,7 @@ (define-public emacs-dts-mode
(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 @@ (define-public emacs-daemons
(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")