mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
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:
parent
fb73809eef
commit
6b4fa09b5b
1 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue