[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/13: gnu: mtxclient: Update to 0.8.2.
From: |
guix-commits |
Subject: |
05/13: gnu: mtxclient: Update to 0.8.2. |
Date: |
Sun, 11 Sep 2022 10:43:58 -0400 (EDT) |
mothacehe pushed a commit to branch master
in repository guix.
commit 77ecd4c0108cfcbff9e814d30dcaa97355836577
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Sat Sep 10 13:00:16 2022 +0200
gnu: mtxclient: Update to 0.8.2.
* gnu/packages/messaging.scm (mtxclient): Update to 0.8.2.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
gnu/packages/messaging.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 5d39bc9bfe..ef31dae2c0 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -24,7 +24,7 @@
;;; Copyright © 2020 Reza Alizadeh Majd <r.majd@pantherx.org>
;;; Copyright © 2020 Jonathan Brielmaier <jonathan.brielmaier@web.de>
;;; Copyright © 2020 Mason Hock <chaosmonk@riseup.net>
-;;; Copyright © 2020, 2021 Michael Rohleder <mike@rohleder.de>
+;;; Copyright © 2020, 2021, 2022 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2020, 2022 Raghav Gururajan <rg@raghavgururajan.name>
;;; Copyright © 2020, 2021 Robert Karszniewicz <avoidr@posteo.de>
;;; Copyright © 2020 Giacomo Leidi <goodoldpaul@autistici.org>
@@ -2338,7 +2338,7 @@ QMatrixClient project.")
(define-public mtxclient
(package
(name "mtxclient")
- (version "0.8.0")
+ (version "0.8.2")
(source
(origin
(method git-fetch)
@@ -2347,7 +2347,7 @@ QMatrixClient project.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0gkzgq6rzanvgyk47d25nqz7m0lwa3kz5pc0m4w0ada38xwhy2j9"))))
+ (base32 "041ckjvfxapv1q6x9xd8q70x43cz10x7p11aql58lnc0jp0kwry7"))))
(arguments
`(#:configure-flags
(list
- branch master updated (6519b1d59c -> 5ed679a2a9), guix-commits, 2022/09/11
- 07/13: gnu: font-plemoljp: Update to 1.2.7., guix-commits, 2022/09/11
- 04/13: gnu: python-qrcode: Update to 7.3.1., guix-commits, 2022/09/11
- 03/13: daemon: Remove unused function findOutput., guix-commits, 2022/09/11
- 11/13: gnu: java-slf4j-api: Update the source URI., guix-commits, 2022/09/11
- 06/13: gnu: nheko: Update to 0.10.1., guix-commits, 2022/09/11
- 12/13: gnu: janet: Update to 1.24.1., guix-commits, 2022/09/11
- 08/13: gnu: recoll: Update to 1.32.7., guix-commits, 2022/09/11
- 01/13: daemon: Remove unused function openStore., guix-commits, 2022/09/11
- 05/13: gnu: mtxclient: Update to 0.8.2.,
guix-commits <=
- 09/13: gnu: v4l2loopback-linux-module: Update to 0.12.7., guix-commits, 2022/09/11
- 10/13: gnu: plantuml: Update to 1.2022.7., guix-commits, 2022/09/11
- 02/13: daemon: Remove unused function exportPaths., guix-commits, 2022/09/11
- 13/13: gnu: Add steam-devices-udev-rules., guix-commits, 2022/09/11