z572 pushed a commit to branch master
in repository guix.
commit f2d5e04c3ab2a161e488d27077535a94c9543754
Author: Ashish SHUKLA via Guix-patches via <[email protected]>
AuthorDate: Mon Jul 29 21:20:49 2024 +0200
gnu: weechat-wee-slack: Update to 2.10.2.
* gnu/packages/messaging.scm (weechat-wee-slack): Update to 2.10.2.
Change-Id: I2a5f0d4989fb9841016fcf8c3ab4411d837220c6
Signed-off-by: Zheng Junjie <[email protected]>
---
gnu/packages/messaging.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 083a86ed8b..7dd1c3765a 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -3434,7 +3434,7 @@ Weechat communicate over the Matrix protocol.")
(define-public weechat-wee-slack
(package
(name "weechat-wee-slack")
- (version "2.10.1")
+ (version "2.10.2")
(source
(origin
(method git-fetch)
@@ -3444,7 +3444,7 @@ Weechat communicate over the Matrix protocol.")
(file-name (git-file-name name version))
(sha256
(base32
- "0ykzmn4q592ih9d6m5ks2dzbxkz3mj81sxwsn9g2vzsxj7w3p2r7"))))
+ "0klvvrrvdjh3wph1cdqd4x3nj170v1wirmr2mm91q3sqs5lf3lqj"))))
(build-system python-build-system)
(arguments
`(#:phases