me
/
guix
Archived
1
0
Fork 0

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.
Arun Isaac 2023-10-20 14:07:05 +01:00
parent 746298e54f
commit f4fa142276
No known key found for this signature in database
GPG Key ID: 2E25EE8B61802BB3
1 changed files with 4 additions and 4 deletions

View File

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