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.
parent
746298e54f
commit
f4fa142276
|
@ -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
|
||||
|
|
Reference in New Issue