mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: mtxclient: Update to 0.3.1.
* gnu/packages/messaging.scm (mtxclient): Update to 0.3.1.
This commit is contained in:
parent
cdf34eed33
commit
c28c408e71
1 changed files with 2 additions and 2 deletions
|
@ -1856,7 +1856,7 @@ (define-public libqmatrixclient
|
||||||
(define-public mtxclient
|
(define-public mtxclient
|
||||||
(package
|
(package
|
||||||
(name "mtxclient")
|
(name "mtxclient")
|
||||||
(version "0.3.0")
|
(version "0.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1865,7 +1865,7 @@ (define-public mtxclient
|
||||||
(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 "0vf5xmn6yfi5lvskfgrdmnalvclzrapcrml92bj9qaa8vq8mfsf2"))))
|
(base32 "1dg4dq20g0ah62j5s3gpsxqq4ny7lxkxdxa9q6g54hdwkrb9ms7x"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue