[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/09: gnu: quaternion: Update to 0.0.9.4f.
From: |
guix-commits |
Subject: |
08/09: gnu: quaternion: Update to 0.0.9.4f. |
Date: |
Wed, 20 Jan 2021 04:20:40 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 16743da26c1c6996765e52bd0bfcfa566f4f9d01
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Fri Jan 15 21:44:32 2021 +0100
gnu: quaternion: Update to 0.0.9.4f.
* gnu/packages/messaging.scm (quaternion): Update to 0.0.9.4f.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/messaging.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index c585326..348eff3 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 Michael Rohleder <mike@rohleder.de>
+;;; Copyright © 2020, 2021 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2020 Raghav Gururajan <raghavgururajan@disroot.org>
;;; Copyright © 2020 Robert Karszniewicz <avoidr@posteo.de>
;;;
@@ -2354,7 +2354,7 @@ There is support for:
(define-public quaternion
(package
(name "quaternion")
- (version "0.0.9.4e")
+ (version "0.0.9.4f")
(outputs '("out" "debug"))
(source
(origin
@@ -2364,7 +2364,7 @@ There is support for:
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0hqhg7l6wpkdbzrdjvrbqymmahziri07ba0hvbii7dd2p0h248fv"))))
+ (base32 "1q9ddz4rs02a0w3lwrsjnh59khv38cq9f0kv09vnwvazvayn87ck"))))
(build-system qt-build-system)
(inputs
`(("libqmatrixclient" ,libqmatrixclient)
@@ -2375,7 +2375,7 @@ There is support for:
("qtquickcontrols2" ,qtquickcontrols2)
("qtsvg" ,qtsvg)
("qttools" ,qttools)
- ("xdg-utils", xdg-utils)))
+ ("xdg-utils" ,xdg-utils)))
(arguments
`(#:tests? #f)) ; no tests
(home-page "https://matrix.org/docs/projects/client/quaternion.html")
- branch master updated (944aebb -> f93d3d4), guix-commits, 2021/01/20
- 04/09: gnu: libunwind: Update to 1.5.0., guix-commits, 2021/01/20
- 06/09: gnu: lzlib: Update to 1.12., guix-commits, 2021/01/20
- 07/09: gnu: synapse: Update to 1.25.0., guix-commits, 2021/01/20
- 02/09: gnu: cutter: Update to 1.12.0., guix-commits, 2021/01/20
- 01/09: gnu: radare2: Update to 5.0.0., guix-commits, 2021/01/20
- 03/09: gnu: libusb: Update to 1.0.24., guix-commits, 2021/01/20
- 05/09: gnu: libxls: Update to 1.6.2., guix-commits, 2021/01/20
- 08/09: gnu: quaternion: Update to 0.0.9.4f.,
guix-commits <=
- 09/09: gnu: xfce4-stopwatch-plugin: Update to 0.5.0., guix-commits, 2021/01/20