gnu: emacs-desktop-environment: Update to 0.3.0.
* gnu/packages/emacs-xyz.scm (emacs-desktop-environment): Update to 0.3.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
191a9a26b5
commit
bf5dea3aa4
1 changed files with 2 additions and 2 deletions
|
@ -14860,7 +14860,7 @@ autosuggestions with:
|
||||||
(define-public emacs-desktop-environment
|
(define-public emacs-desktop-environment
|
||||||
(package
|
(package
|
||||||
(name "emacs-desktop-environment")
|
(name "emacs-desktop-environment")
|
||||||
(version "0.2.2")
|
(version "0.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -14870,7 +14870,7 @@ autosuggestions with:
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14ija2rrz3zjhjbzxg84j5fq6xph4ah7w9bkqnq37by040cydvhw"))))
|
"195n99xvxyh4cfxjpfa1h1maalqrxf7nyi0bh3lqa1z6z5bdb6x2"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://gitlab.petton.fr/DamienCassou/desktop-environment")
|
(home-page "https://gitlab.petton.fr/DamienCassou/desktop-environment")
|
||||||
(synopsis "Control your GNU/Linux desktop environment from Emacs")
|
(synopsis "Control your GNU/Linux desktop environment from Emacs")
|
||||||
|
|
Reference in a new issue