gnu: libqmatrixclient: Update to 0.5.2.
* gnu/packages/messaging.scm (libqmatrixclient): Update to 0.5.2.
This commit is contained in:
parent
9fde2268bc
commit
0395c53359
|
@ -1734,23 +1734,23 @@ notifications, and Python scripting support.")
|
||||||
(define-public libqmatrixclient
|
(define-public libqmatrixclient
|
||||||
(package
|
(package
|
||||||
(name "libqmatrixclient")
|
(name "libqmatrixclient")
|
||||||
(version "0.4.0")
|
(version "0.5.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/QMatrixClient/libqmatrixclient")
|
(url "https://github.com/QMatrixClient/libqmatrixclient")
|
||||||
(commit (string-append "v" version))))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1bhlqfs7251fss4icx794ka614npr6zyrpp4qwc4q5408ykfm7lr"))))
|
||||||
"1llzqjagvp91kcg26q5c4qw9aaz7wna3rh6k06rc3baivrjqf3cn"))))
|
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("qtbase" ,qtbase)))
|
`(("qtbase" ,qtbase)
|
||||||
|
("qtmultimedia" ,qtmultimedia)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list "-DBUILD_SHARED_LIBS=ON")
|
`(#:configure-flags (list "-DBUILD_SHARED_LIBS=ON")
|
||||||
#:tests? #f)) ; No tests
|
#:tests? #f)) ; no tests
|
||||||
(home-page "https://matrix.org/docs/projects/sdk/libqmatrixclient.html")
|
(home-page "https://matrix.org/docs/projects/sdk/libqmatrixclient.html")
|
||||||
(synopsis "Qt5 client library for the Matrix instant messaging protocol")
|
(synopsis "Qt5 client library for the Matrix instant messaging protocol")
|
||||||
(description "libqmatrixclient is a Qt5 library to write clients for the
|
(description "libqmatrixclient is a Qt5 library to write clients for the
|
||||||
|
|
Loading…
Reference in New Issue