gnu: nheko: Update to 0.7.1.
* gnu/packages/messaging.scm (nheko): Update to 0.7.1. [inputs]: Add qtdeclarative, qtgraphicaleffects and qtquickcontrols2. Arrange qtsvg in alphabetical order. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
1f49f5c14a
commit
76623b6703
@ -1881,7 +1881,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.6.4")
|
(version "0.7.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -1890,7 +1890,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 "19dkc98l1q4070v6mli4ybqn0ip0za607w39hjf0x8rqdxq45iwm"))))
|
(base32 "12sxibbrn79sxkf9jrm7jrlj7l5vz15claxrrll7pkv9mv44wady"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;no test target
|
`(#:tests? #f ;no test target
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
@ -1920,8 +1920,11 @@ for the Matrix protocol. It is built on to of @code{Boost.Asio}.")
|
|||||||
("mtxclient" ,mtxclient)
|
("mtxclient" ,mtxclient)
|
||||||
("openssl" ,openssl)
|
("openssl" ,openssl)
|
||||||
("qtbase" ,qtbase)
|
("qtbase" ,qtbase)
|
||||||
("qtsvg" ,qtsvg)
|
("qtdeclarative" ,qtdeclarative)
|
||||||
|
("qtgraphicaleffects" ,qtgraphicaleffects)
|
||||||
("qtmultimedia" ,qtmultimedia)
|
("qtmultimedia" ,qtmultimedia)
|
||||||
|
("qtquickcontrols2" ,qtquickcontrols2)
|
||||||
|
("qtsvg" ,qtsvg)
|
||||||
("spdlog" ,spdlog)
|
("spdlog" ,spdlog)
|
||||||
("tweeny" ,tweeny)
|
("tweeny" ,tweeny)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user