[bug#53731] gnu: Update emacs-dtache
Commit Message
Hi,
this patch update the emacs-dtache package to version 0.5.
/Niklas
Comments
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’.
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(-)
@@ -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