gnu: libqmatrixclient: Update to 0.4.0.
* gnu/packages/messaging.scm (libqmatrixclient): Update to 0.4.0.
This commit is contained in:
parent
b590951ff2
commit
c6588749a6
|
@ -1648,7 +1648,7 @@ notifications, and Python scripting support.")
|
||||||
(define-public libqmatrixclient
|
(define-public libqmatrixclient
|
||||||
(package
|
(package
|
||||||
(name "libqmatrixclient")
|
(name "libqmatrixclient")
|
||||||
(version "0.3.0.2")
|
(version "0.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1658,7 +1658,7 @@ notifications, and Python scripting support.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03pxmr4wa818fgqddkr2fkwz6pda538x3ic9yq7c40x98zqf55w5"))))
|
"1llzqjagvp91kcg26q5c4qw9aaz7wna3rh6k06rc3baivrjqf3cn"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("qtbase" ,qtbase)))
|
`(("qtbase" ,qtbase)))
|
||||||
|
|
Loading…
Reference in New Issue