[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/14: gnu: mtxclient: Update to 0.9.1.
From: |
guix-commits |
Subject: |
07/14: gnu: mtxclient: Update to 0.9.1. |
Date: |
Sun, 12 Feb 2023 09:59:00 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 187e3107b99a193041d9d58bd92e2b627099518b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Feb 12 15:20:25 2023 +0200
gnu: mtxclient: Update to 0.9.1.
* gnu/packages/messaging.scm (mtxclient): Update to 0.9.1.
[inputs]: Add re2.
---
gnu/packages/messaging.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index e7da2e0b8d..5f6792f5a2 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -4,7 +4,7 @@
;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2021 Ricardo Wurmus
<rekado@elephly.net>
-;;; Copyright © 2015, 2018, 2019, 2020, 2021 Efraim Flashner
<efraim@flashner.co.il>
+;;; Copyright © 2015, 2018-2021, 2023 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016, 2017 Nikita <nikita@n0.is>
;;; Copyright © 2016 Andy Patterson <ajpatter@uwaterloo.ca>
;;; Copyright © 2016, 2017, 2018, 2019 Clément Lassieur <clement@lassieur.org>
@@ -123,6 +123,7 @@
#:use-module (gnu packages python-xyz)
#:use-module (gnu packages qt)
#:use-module (gnu packages readline)
+ #:use-module (gnu packages regex)
#:use-module (gnu packages ruby)
#:use-module (gnu packages sphinx)
#:use-module (gnu packages sqlite)
@@ -2357,7 +2358,7 @@ QMatrixClient project.")
(define-public mtxclient
(package
(name "mtxclient")
- (version "0.8.2")
+ (version "0.9.1")
(source
(origin
(method git-fetch)
@@ -2366,7 +2367,7 @@ QMatrixClient project.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "041ckjvfxapv1q6x9xd8q70x43cz10x7p11aql58lnc0jp0kwry7"))))
+ (base32 "0m8agc3c4n03r92nz3gxkpxmj2c3ncf125nmfdv0jf24gxib126z"))))
(arguments
`(#:configure-flags
(list
@@ -2386,9 +2387,10 @@ QMatrixClient project.")
curl
json-modern-cxx
libevent
- olm
libsodium
+ olm
openssl
+ re2
spdlog
zlib))
(native-inputs
- branch master updated (fb9799ff5f -> 2b1383c0a2), guix-commits, 2023/02/12
- 02/14: gnu: tig: Update to 2.5.8., guix-commits, 2023/02/12
- 03/14: gnu: parallel: Update to 20230122., guix-commits, 2023/02/12
- 04/14: gnu: vim: Update to 9.0.1303., guix-commits, 2023/02/12
- 07/14: gnu: mtxclient: Update to 0.9.1.,
guix-commits <=
- 08/14: gnu: nheko: Update to 0.11.2., guix-commits, 2023/02/12
- 09/14: gnu: zathura-cb: Update to 0.1.10., guix-commits, 2023/02/12
- 10/14: gnu: zathura-ps: Update to 0.2.7., guix-commits, 2023/02/12
- 11/14: gnu: zathura-pdf-mupdf: Update to 0.4.0., guix-commits, 2023/02/12
- 12/14: gnu: zathura-pdf-poppler: Update to 0.3.1., guix-commits, 2023/02/12
- 14/14: gnu: mujs: Update to 1.3.2., guix-commits, 2023/02/12
- 01/14: gnu: translate-shell: Update to 0.9.7.1., guix-commits, 2023/02/12
- 05/14: gnu: git-annex: Update to 10.20230126., guix-commits, 2023/02/12
- 06/14: gnu: coeurl: Update to 0.3.0., guix-commits, 2023/02/12
- 13/14: gnu: zathura: Update to 0.5.2., guix-commits, 2023/02/12