mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: emacs-desktop-environment: Update to 0.4.0.
* gnu/packages/emacs-xyz.scm (emacs-desktop-environment): Update to 0.4.0.
This commit is contained in:
parent
d41e9fe69d
commit
8df4a4beaf
1 changed files with 2 additions and 2 deletions
|
@ -18525,7 +18525,7 @@ (define-public emacs-esh-autosuggest
|
|||
(define-public emacs-desktop-environment
|
||||
(package
|
||||
(name "emacs-desktop-environment")
|
||||
(version "0.3.0")
|
||||
(version "0.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -18535,7 +18535,7 @@ (define-public emacs-desktop-environment
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"195n99xvxyh4cfxjpfa1h1maalqrxf7nyi0bh3lqa1z6z5bdb6x2"))))
|
||||
"0s33jncjg8c2xlr90qjk1ishwmwxm9yg0z6n3kzilawcilpxidsh"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://gitlab.petton.fr/DamienCassou/desktop-environment")
|
||||
(synopsis "Control your GNU/Linux desktop environment from Emacs")
|
||||
|
|
Loading…
Reference in a new issue