mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-29 05:46:38 +01:00
gnu: weechat-wee-slack: Update to 2.9.0.
* gnu/packages/messaging.scm (weechat-wee-slack): Update to 2.9.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
ac3582f990
commit
0179b21641
1 changed files with 2 additions and 2 deletions
|
@ -3398,7 +3398,7 @@ (define-public weechat-matrix
|
|||
(define-public weechat-wee-slack
|
||||
(package
|
||||
(name "weechat-wee-slack")
|
||||
(version "2.8.0")
|
||||
(version "2.9.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3408,7 +3408,7 @@ (define-public weechat-wee-slack
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0xfklr0gsc9jgxfyrrb2j756lclz9g8imcb0pk0xgyj8mhsw23zk"))))
|
||||
"01h9n6a39sgpczvjywvxb5z5vz3jb3h2xx2vspjkkz06gzwniijq"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue