gnu: emacs-desktop-environment: Update to 0.2.2.

* gnu/packages/emacs-xyz.scm (emacs-desktop-environment): Update to 0.2.2.
This commit is contained in:
Pierre Neidhardt 2019-06-15 13:44:57 +02:00
parent a60dbad3bc
commit 24087364f5
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 2 additions and 2 deletions

View File

@ -12494,7 +12494,7 @@ autosuggestions with:
(define-public emacs-desktop-environment
(package
(name "emacs-desktop-environment")
(version "0.2.1")
(version "0.2.2")
(source
(origin
(method git-fetch)
@ -12504,7 +12504,7 @@ autosuggestions with:
(file-name (git-file-name name version))
(sha256
(base32
"0n5sa94dwhnkfp3x42pggsbr5db38m85hl8ddb3qs7yfdi9bjm52"))))
"14ija2rrz3zjhjbzxg84j5fq6xph4ah7w9bkqnq37by040cydvhw"))))
(build-system emacs-build-system)
(home-page "https://gitlab.petton.fr/DamienCassou/desktop-environment")
(synopsis "Control your GNU/Linux desktop environment from Emacs")