[PATCH] gnu: emacs-desktop-environment: Update to 0.3.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • David Wilson
  • Efraim Flashner
Owner
unassigned
Submitted by
David Wilson
Severity
normal

Debbugs page

David Wilson wrote 5 years ago
(address . guix-patches@gnu.org)
ea8beef8-d849-4a04-b803-3e505167d867@www.fastmail.com
Hi Guix!

Here's a patch to update emacs-desktop-environment to 0.3.0.

Thanks!

David
Attachment: file
From a446d67199a22d44a75c044de2e90fa27bbfde34 Mon Sep 17 00:00:00 2001
From: David Wilson <david@daviwil.com>
Date: Fri, 15 Nov 2019 07:18:49 -0800
Subject: [PATCH] gnu: emacs-desktop-environment: Update to 0.3.0.

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

Toggle diff (24 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7cb949eb84..f733068758 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14860,7 +14860,7 @@ autosuggestions with:
(define-public emacs-desktop-environment
(package
(name "emacs-desktop-environment")
- (version "0.2.2")
+ (version "0.3.0")
(source
(origin
(method git-fetch)
@@ -14870,7 +14870,7 @@ autosuggestions with:
(file-name (git-file-name name version))
(sha256
(base32
- "14ija2rrz3zjhjbzxg84j5fq6xph4ah7w9bkqnq37by040cydvhw"))))
+ "195n99xvxyh4cfxjpfa1h1maalqrxf7nyi0bh3lqa1z6z5bdb6x2"))))
(build-system emacs-build-system)
(home-page "https://gitlab.petton.fr/DamienCassou/desktop-environment")
(synopsis "Control your GNU/Linux desktop environment from Emacs")
--
2.24.0
Efraim Flashner wrote 5 years ago
(name . David Wilson)(address . david@daviwil.com)(address . 38220-done@debbugs.gnu.org)
20191116210754.GA12423@E5400
Thanks. Patch pushed!


--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl3QZSoACgkQQarn3Mo9
g1FRew/9EKwXsTthAn3SLIzYzBYgk4CNNY7+iaIwUNpK7K9arKsY4RWrYIV54Ber
dxM4RfDFdy/NFlX4epaNAi7cUKj0F/UXiW9Lgn4nXp/dUZQB1Cffs/b6SGkBXExe
v4r5QULylFWUVBjOKudnwInptszPxGOK0DK91g81pwsHRmUqESjZBncpJIV7OSqy
bk6J85BKuqtqAGT9jPVOk/u5sajPYa1++pobjLxBteezomqraCQvHgp+SLiV+xCb
f2aFKulMXKEvNgQO2geH5Fve8x84HUJj0bZClcGztXp/98/9ORZmybW2gERHT4KI
OUHOKUcChR0tZKG7noed+k/CilIt9rDfxDHkDcp69Wwxc9do0XtLuwzL7X7tApZi
D3ISgq0zAiKQTBotmU6Bwie2MDpSGLoxqWr4/zlqJuGcn9tzJO2iStwc2EfxuX2s
JUBe+sgKmPdeQ2GMYs7gaOFkicbGxzhmldzggUfg4inSa+SOBUd6fYCMiE/hRK+B
0CjhKPoli5U+l1mdUdUP/XyeBlJgKUm6T8bsduQVvAbVWqzEF9sxoREwVqXrV2c1
Xk8NEUhZRvw5ZlBtdLVmYqCPr4CYGZ+2WSzsqBQNl90foYjprfsClDO3lKqS+vLJ
tjz9SnfMQOQOmYz+3UeRvJQUFwuy2Y9Fz3qiQ38dKPbC4l5D/6s=
=fu75
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 38220@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 38220
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help