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

* gnu/packages/emacs-xyz.scm (emacs-desktop-environment): Update to 0.5.0.
[source]: Update URI.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
André A. Gomes 2022-02-11 23:00:54 +03:00 committed by Nicolas Goaziou
parent fb73809eef
commit 6b4fa09b5b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -21028,17 +21028,17 @@ (define-public emacs-esh-autosuggest
(define-public emacs-desktop-environment (define-public emacs-desktop-environment
(package (package
(name "emacs-desktop-environment") (name "emacs-desktop-environment")
(version "0.4.0") (version "0.5.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://gitlab.petton.fr/DamienCassou/desktop-environment") (url "https://github.com/DamienCassou/desktop-environment")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0s33jncjg8c2xlr90qjk1ishwmwxm9yg0z6n3kzilawcilpxidsh")))) "03rl1z860jmirjrrg0xsjx0bqk73k043c8bz6049zhndh7pidri7"))))
(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")