gnu: nheko: Update to 0.9.3.
* gnu/packages/messaging.scm (nheko): Update to 0.9.3.master
parent
6b677f4299
commit
b24961717b
|
@ -2352,7 +2352,7 @@ for the Matrix protocol. It is built on to of @code{Boost.Asio}.")
|
||||||
(define-public nheko
|
(define-public nheko
|
||||||
(package
|
(package
|
||||||
(name "nheko")
|
(name "nheko")
|
||||||
(version "0.9.2")
|
(version "0.9.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2361,7 +2361,7 @@ for the Matrix protocol. It is built on to of @code{Boost.Asio}.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0q9yzzl7mvlixm1c2f55lksxgh9q11zb8k80mkwnhmmli8wbb05f"))
|
(base32 "1941jvk72qy9g41cs2p3d6fphkg8ccjlsiclwymvzdyi7s3ilml7"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Reference in New Issue