gnu: mtxclient: Update to 0.3.0.
* gnu/packages/messaging.scm (mtxclient): Update to 0.3.0. [arguments]: Disable Pushrules test as it requires network. Signed-off-by: Marius Bakke <mbakke@fastmail.com>master
parent
20b5f14981
commit
1f49f5c14a
|
@ -1831,7 +1831,7 @@ QMatrixClient project.")
|
||||||
(define-public mtxclient
|
(define-public mtxclient
|
||||||
(package
|
(package
|
||||||
(name "mtxclient")
|
(name "mtxclient")
|
||||||
(version "0.2.1")
|
(version "0.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1840,7 +1840,7 @@ QMatrixClient project.")
|
||||||
(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 "0pycznrvj57ff6gbwfn1xj943d2dr4vadl79hii1z16gn0nzxpmj"))))
|
(base32 "0vf5xmn6yfi5lvskfgrdmnalvclzrapcrml92bj9qaa8vq8mfsf2"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list
|
(list
|
||||||
|
@ -1851,7 +1851,7 @@ QMatrixClient project.")
|
||||||
(add-before 'configure 'disable-network-tests
|
(add-before 'configure 'disable-network-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "CMakeLists.txt"
|
(substitute* "CMakeLists.txt"
|
||||||
(("add_test\\((BasicConnectivity|ClientAPI|MediaAPI|Encryption)")
|
(("add_test\\((BasicConnectivity|ClientAPI|MediaAPI|Encryption|Pushrules)")
|
||||||
"# add_test"))
|
"# add_test"))
|
||||||
#t))
|
#t))
|
||||||
(add-before 'configure 'set-home
|
(add-before 'configure 'set-home
|
||||||
|
|
Reference in New Issue