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.4.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-desktop-environment: Update to 0.4.0.
Date: Wed, 17 Feb 2021 08:40:51 -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 8df4a4b  gnu: emacs-desktop-environment: Update to 0.4.0.
8df4a4b is described below

commit 8df4a4beafe821b0e5e271241e0ec12d12cfd422
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 17 14:40:24 2021 +0100

    gnu: emacs-desktop-environment: Update to 0.4.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-desktop-environment): Update to 0.4.0.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e9a7837..215331f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18525,7 +18525,7 @@ autosuggestions with:
 (define-public emacs-desktop-environment
   (package
     (name "emacs-desktop-environment")
-    (version "0.3.0")
+    (version "0.4.0")
     (source
      (origin
        (method git-fetch)
@@ -18535,7 +18535,7 @@ autosuggestions with:
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "195n99xvxyh4cfxjpfa1h1maalqrxf7nyi0bh3lqa1z6z5bdb6x2"))))
+         "0s33jncjg8c2xlr90qjk1ishwmwxm9yg0z6n3kzilawcilpxidsh"))))
     (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]