GNU bug report logs - #53944
[PATCH]: emacs-desktop-environment: Update to 0.5.0.

Previous Next

Package: guix-patches;

Reported by: André A. Gomes <andremegafone <at> gmail.com>

Date: Fri, 11 Feb 2022 20:02:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: André A. Gomes <andremegafone <at> gmail.com>
Subject: bug#53944: closed (Re: [bug#53944] [PATCH]: emacs-desktop-environment:
 Update to 0.5.0.)
Date: Fri, 11 Feb 2022 21:09:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#53944: [PATCH]: emacs-desktop-environment: Update to 0.5.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 53944 <at> debbugs.gnu.org.

-- 
53944: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53944
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: André A. Gomes <andremegafone <at> gmail.com>
Cc: 53944-done <at> debbugs.gnu.org
Subject: Re: [bug#53944] [PATCH]: emacs-desktop-environment: Update to 0.5.0.
Date: Fri, 11 Feb 2022 22:08:45 +0100
Hello,

> Subject: [PATCH] gnu: emacs-desktop-environment: Update to 0.5.0.
>
> * gnu/packages/emacs-xyz.scm (emacs-desktop-environment): Update to
> 0.5.0.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou

[Message part 3 (message/rfc822, inline)]
From: André A. Gomes <andremegafone <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH]: emacs-desktop-environment: Update to 0.5.0.
Date: Fri, 11 Feb 2022 23:00:54 +0300
[Message part 4 (text/plain, inline)]
Hi Guix,

Patch attached.


-- 
André A. Gomes
"Free Thought, Free World"
[0001-gnu-emacs-desktop-environment-Update-to-0.5.0.patch (text/x-patch, inline)]
From a7567de9f99c0db977adf0d7ecc8a609e98e74de Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20A=2E=20Gomes?= <andremegafone <at> gmail.com>
Date: Fri, 11 Feb 2022 22:59:50 +0300
Subject: [PATCH] gnu: emacs-desktop-environment: Update to 0.5.0.

* gnu/packages/emacs-xyz.scm (emacs-desktop-environment): Update to 0.5.0.
---
 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 73bd240eda..237fe2b929 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20994,17 +20994,17 @@ (define-public emacs-esh-autosuggest
 (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")
-- 
2.34.0


This bug report was last modified 3 years and 96 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.