Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-desktop-environment): Update to 0.5.0-0.bc1153a.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Andre A. Gomes 2024-01-25 10:55:40 +02:00 committed by Ludovic Courtès
parent eec108eb65
commit 3d9600ba12
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -26579,19 +26579,21 @@ autosuggestions with:
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-desktop-environment (define-public emacs-desktop-environment
(let ((commit "bc1153aa619b12456304cca642424a0d8d2eb416")
(revision "0"))
(package (package
(name "emacs-desktop-environment") (name "emacs-desktop-environment")
(version "0.5.0") (version (git-version "0.5.0" revision commit))
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/DamienCassou/desktop-environment") (url "https://github.com/DamienCassou/desktop-environment")
(commit (string-append "v" version)))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"03rl1z860jmirjrrg0xsjx0bqk73k043c8bz6049zhndh7pidri7")))) "0bslgm9rz7whk0ll21028dsl22wbd289cdc95qj8hhlk8m4hlp2h"))))
(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")
@ -26601,7 +26603,7 @@ With @code{desktop-environment}, you can control the brightness and volume as
well as take screenshots and lock your screen. The package depends on the well as take screenshots and lock your screen. The package depends on the
availability of shell commands to do the hard work for us. These commands can availability of shell commands to do the hard work for us. These commands can
be changed by customizing the appropriate variables.") be changed by customizing the appropriate variables.")
(license license:gpl3+))) (license license:gpl3+))))
(define-public emacs-org-caldav (define-public emacs-org-caldav
(let ((commit "754989ae500b3f576bdb94fe2ef3059f12eaf7d7")) ;version bump (let ((commit "754989ae500b3f576bdb94fe2ef3059f12eaf7d7")) ;version bump