guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: weechat-wee-slack: Update to 2.10.1.


From: guix-commits
Subject: branch master updated: gnu: weechat-wee-slack: Update to 2.10.1.
Date: Fri, 20 Oct 2023 09:11:40 -0400

This is an automated email from the git hooks/post-receive script.

arunisaac pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f4fa142276 gnu: weechat-wee-slack: Update to 2.10.1.
f4fa142276 is described below

commit f4fa142276c958a75e90952824c6eefc3bad1056
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Fri Oct 20 14:07:05 2023 +0100

    gnu: weechat-wee-slack: Update to 2.10.1.
    
    * gnu/packages/messaging.scm (weechat-wee-slack): Update to 2.10.1.
    [inputs]: Move python-mock to ...
    [native-inputs]: ... here.
---
 gnu/packages/messaging.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index ba8e99065c..c669b6f139 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -3381,7 +3381,7 @@ Weechat communicate over the Matrix protocol.")
 (define-public weechat-wee-slack
   (package
     (name "weechat-wee-slack")
-    (version "2.9.1")
+    (version "2.10.1")
     (source
      (origin
        (method git-fetch)
@@ -3391,7 +3391,7 @@ Weechat communicate over the Matrix protocol.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1zhiwbljh4rgbj8i9rrcimi9v3a7g1nm7v2m2f754rnddck9343z"))))
+         "0ykzmn4q592ih9d6m5ks2dzbxkz3mj81sxwsn9g2vzsxj7w3p2r7"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -3416,9 +3416,9 @@ Weechat communicate over the Matrix protocol.")
              (when tests?
                (invoke "pytest")))))))
     (inputs
-     (list python-mock python-websocket-client))
+     (list python-websocket-client))
     (native-inputs
-     (list python-pytest))
+     (list python-mock python-pytest))
     (home-page "https://github.com/wee-slack/wee-slack";)
     (synopsis "Weechat Slack script")
     (description "@code{weechat-wee-slack} is a WeeChat native client for



reply via email to

[Prev in Thread] Current Thread [Next in Thread]