mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 14:26:48 +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
|
(define-public weechat-wee-slack
|
||||||
(package
|
(package
|
||||||
(name "weechat-wee-slack")
|
(name "weechat-wee-slack")
|
||||||
(version "2.8.0")
|
(version "2.9.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3408,7 +3408,7 @@ (define-public weechat-wee-slack
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xfklr0gsc9jgxfyrrb2j756lclz9g8imcb0pk0xgyj8mhsw23zk"))))
|
"01h9n6a39sgpczvjywvxb5z5vz3jb3h2xx2vspjkkz06gzwniijq"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in a new issue