mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 18:29:28 +01:00
gnu: libqmatrixclient: Update to 0.5.3.2.
* gnu/packages/messaging.scm (libqmatrixclient): Update to 0.5.3.2. [source]: Name changed to libquotient, will be visible in 0.6. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
2b8a9cca01
commit
e9c6aed15d
1 changed files with 3 additions and 3 deletions
|
@ -1803,16 +1803,16 @@ notifications, and Python scripting support.")
|
||||||
(define-public libqmatrixclient
|
(define-public libqmatrixclient
|
||||||
(package
|
(package
|
||||||
(name "libqmatrixclient")
|
(name "libqmatrixclient")
|
||||||
(version "0.5.2")
|
(version "0.5.3.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/quotient-im/libQuotient")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1bhlqfs7251fss4icx794ka614npr6zyrpp4qwc4q5408ykfm7lr"))))
|
(base32 "0gkwr3yw6k2m0j8cc085b5p2q788rf5nhp1p5hc5d55pc7mci2qs"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("qtbase" ,qtbase)
|
`(("qtbase" ,qtbase)
|
||||||
|
|
Loading…
Add table
Reference in a new issue