all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53731] [PATCH] gnu: Update emacs-dtache
@ 2022-02-02 17:43 Niklas Eklund
  2022-03-03 22:48 ` bug#53731: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Niklas Eklund @ 2022-02-02 17:43 UTC (permalink / raw)
  To: 53731

[-- Attachment #1: Type: text/plain, Size: 73 bytes --]

Hi,

this patch update the emacs-dtache package to version 0.5.

/Niklas

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: emacs-dtache-0.5 --]
[-- Type: text/x-patch, Size: 1156 bytes --]

From 0532af1abefc4c4b1c736a1bf588fbbfebd6ae3d Mon Sep 17 00:00:00 2001
From: Niklas Eklund <niklas.eklund@posteo.net>
Date: Wed, 2 Feb 2022 18:41:56 +0100
Subject: [PATCH] gnu: emacs-dtache: Update to 0.5.

* gnu/packages/emacs-xyz.scm (emacs-dtache): Update to 0.5.
---
 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 46dac82501..e2eff4a872 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23556,7 +23556,7 @@ (define-public emacs-cmake-font-lock
 (define-public emacs-dtache
   (package
     (name "emacs-dtache")
-    (version "0.4")
+    (version "0.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -23565,7 +23565,7 @@ (define-public emacs-dtache
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1hndv0qzibkc4177lkam30j8cgvzxd8r60v3dnqn2bmrgxw04j6b"))))
+                "05gm5l533y8xr00w3c3i4fbhzhib6i7q2bbnpkm08w1n8a08iaj5"))))
     (arguments
      (list
       #:tests? #t
-- 
2.34.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#53731: [PATCH] gnu: Update emacs-dtache
  2022-02-02 17:43 [bug#53731] [PATCH] gnu: Update emacs-dtache Niklas Eklund
@ 2022-03-03 22:48 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-03-03 22:48 UTC (permalink / raw)
  To: Niklas Eklund; +Cc: 53731-done, Nicolas Goaziou

Hi,

Niklas Eklund <niklas.eklund@posteo.net> skribis:

>>From 0532af1abefc4c4b1c736a1bf588fbbfebd6ae3d Mon Sep 17 00:00:00 2001
> From: Niklas Eklund <niklas.eklund@posteo.net>
> Date: Wed, 2 Feb 2022 18:41:56 +0100
> Subject: [PATCH] gnu: emacs-dtache: Update to 0.5.
>
> * gnu/packages/emacs-xyz.scm (emacs-dtache): Update to 0.5.

Done independently in commit b43c3a745c4b192437ba833a2ab30647853e0d26.

Thanks,
Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-03 22:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-02 17:43 [bug#53731] [PATCH] gnu: Update emacs-dtache Niklas Eklund
2022-03-03 22:48 ` bug#53731: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.