diff options
author | Franz Geffke <franz@pantherx.org> | 2023-10-17 21:26:53 +0100 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2023-10-17 21:26:53 +0100 |
commit | 86c439871270a481844c2818d580af6666da827c (patch) | |
tree | 0e6810d2fe717a1f88253046731cdfbb40a48b41 /px | |
parent | dde9344594f7e5c8c399f9b83ed746963522b741 (diff) |
matrix-client-call-auto-accept: v0.0.7
Diffstat (limited to 'px')
-rw-r--r-- | px/packages/matrix-client.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/px/packages/matrix-client.scm b/px/packages/matrix-client.scm index f6cd57f..1bbe403 100644 --- a/px/packages/matrix-client.scm +++ b/px/packages/matrix-client.scm @@ -246,14 +246,14 @@ notification, emojis, E2E encryption, and voip calls.") (package (inherit matrix-client-gui-library) (name "matrix-client-call-auto-accept") - (version "0.0.6") + (version "0.0.7") (source (origin (method url-fetch) (uri (string-append "https://source.pantherx.org/" name "_" version ".tgz")) (sha256 - (base32 "1akp97llxg0hb6f6jpjhx8sbwpcl17zpsqvxalwaaa8c69ygr9ss")))) + (base32 "0h6b01c90a56l3vpxsl14nqkz3aixm9ydg9g7idd4gyy2ml1irp4")))) (build-system qt-build-system) (arguments `(#:tests? #f)) |