guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-desktop-environment: Update to 0.5.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-desktop-environment: Update to 0.5.0.
Date: Fri, 11 Feb 2022 16:09:31 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6b4fa09b5b gnu: emacs-desktop-environment: Update to 0.5.0.
6b4fa09b5b is described below

commit 6b4fa09b5b54027708c8792f1b4ef2a4e2611e09
Author: André A. Gomes <andremegafone@gmail.com>
AuthorDate: Fri Feb 11 23:00:54 2022 +0300

    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>
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index accd9900b1..3dab4fd9e6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21028,17 +21028,17 @@ autosuggestions with:
 (define-public emacs-desktop-environment
   (package
     (name "emacs-desktop-environment")
-    (version "0.4.0")
+    (version "0.5.0")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://gitlab.petton.fr/DamienCassou/desktop-environment";)
+             (url "https://github.com/DamienCassou/desktop-environment";)
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0s33jncjg8c2xlr90qjk1ishwmwxm9yg0z6n3kzilawcilpxidsh"))))
+         "03rl1z860jmirjrrg0xsjx0bqk73k043c8bz6049zhndh7pidri7"))))
     (build-system emacs-build-system)
     (home-page "https://gitlab.petton.fr/DamienCassou/desktop-environment";)
     (synopsis "Control your GNU/Linux desktop environment from Emacs")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]