unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58241] [PATCH 0/2] gnu: quaternion: Update to 0.0.95.1.
@ 2022-10-02  3:07 Michael Rohleder
  2022-10-02  3:07 ` [bug#58242] [PATCH 1/2] gnu: libqmatrixclient: Update to 0.6.11 Michael Rohleder
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Michael Rohleder @ 2022-10-02  3:07 UTC (permalink / raw)
  To: 58241; +Cc: Michael Rohleder

* gnu/packages/messaging.scm (quaternion): Update to 0.0.95.1.


Michael Rohleder (2):
  gnu: libqmatrixclient: Update to 0.6.11.
  gnu: quaternion: Update to 0.0.95.1.

 gnu/packages/messaging.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

-- 
2.37.3





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#58242] [PATCH 1/2] gnu: libqmatrixclient: Update to 0.6.11.
  2022-10-02  3:07 [bug#58241] [PATCH 0/2] gnu: quaternion: Update to 0.0.95.1 Michael Rohleder
@ 2022-10-02  3:07 ` Michael Rohleder
  2022-10-02  3:07 ` [bug#58243] [PATCH 2/2] gnu: quaternion: Update to 0.0.95.1 Michael Rohleder
  2022-10-06 14:00 ` [bug#58242] [bug#58241] [PATCH 0/2] " Efraim Flashner
  2 siblings, 0 replies; 4+ messages in thread
From: Michael Rohleder @ 2022-10-02  3:07 UTC (permalink / raw)
  To: 58242; +Cc: Michael Rohleder

* gnu/packages/messaging.scm (libqmatrixclient): Update to 0.6.11.
---
 gnu/packages/messaging.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index c19ec45a35..2ede436ed6 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2311,7 +2311,7 @@ (define-public toxic
 (define-public libqmatrixclient
   (package
     (name "libqmatrixclient")
-    (version "0.5.3.2")
+    (version "0.6.11")
     (source
      (origin
        (method git-fetch)
@@ -2320,7 +2320,7 @@ (define-public libqmatrixclient
               (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0gkwr3yw6k2m0j8cc085b5p2q788rf5nhp1p5hc5d55pc7mci2qs"))))
+        (base32 "072d3irpdd0p4w77s5pp0baqf74hk7vqggw7ic7i42lzjdwp3yql"))))
     (build-system cmake-build-system)
     (inputs
      (list qtbase-5 qtmultimedia-5))
-- 
2.37.3





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#58243] [PATCH 2/2] gnu: quaternion: Update to 0.0.95.1.
  2022-10-02  3:07 [bug#58241] [PATCH 0/2] gnu: quaternion: Update to 0.0.95.1 Michael Rohleder
  2022-10-02  3:07 ` [bug#58242] [PATCH 1/2] gnu: libqmatrixclient: Update to 0.6.11 Michael Rohleder
@ 2022-10-02  3:07 ` Michael Rohleder
  2022-10-06 14:00 ` [bug#58242] [bug#58241] [PATCH 0/2] " Efraim Flashner
  2 siblings, 0 replies; 4+ messages in thread
From: Michael Rohleder @ 2022-10-02  3:07 UTC (permalink / raw)
  To: 58243; +Cc: Michael Rohleder

* gnu/packages/messaging.scm (quaternion): Update to 0.0.95.1.
[inputs]: Add qtgraphicaleffects.
---
 gnu/packages/messaging.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 2ede436ed6..86ab1d777e 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2482,7 +2482,7 @@ (define-public nheko
 (define-public quaternion
   (package
     (name "quaternion")
-    (version "0.0.9.4f")
+    (version "0.0.95.1")
     (outputs '("out" "debug"))
     (source
      (origin
@@ -2492,12 +2492,13 @@ (define-public quaternion
               (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1q9ddz4rs02a0w3lwrsjnh59khv38cq9f0kv09vnwvazvayn87ck"))))
+        (base32 "10mzcr4rpyq5bl3h8wzxxlk8rdz7slhiq863xs77bmsq2pzf6lp8"))))
     (build-system qt-build-system)
     (inputs
      (list libqmatrixclient
            qtbase-5
            qtdeclarative-5
+           qtgraphicaleffects
            qtmultimedia-5
            qtquickcontrols-5
            qtquickcontrols2-5
-- 
2.37.3





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#58242] [bug#58241] [PATCH 0/2] gnu: quaternion: Update to 0.0.95.1.
  2022-10-02  3:07 [bug#58241] [PATCH 0/2] gnu: quaternion: Update to 0.0.95.1 Michael Rohleder
  2022-10-02  3:07 ` [bug#58242] [PATCH 1/2] gnu: libqmatrixclient: Update to 0.6.11 Michael Rohleder
  2022-10-02  3:07 ` [bug#58243] [PATCH 2/2] gnu: quaternion: Update to 0.0.95.1 Michael Rohleder
@ 2022-10-06 14:00 ` Efraim Flashner
  2 siblings, 0 replies; 4+ messages in thread
From: Efraim Flashner @ 2022-10-06 14:00 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 58243-done, 58242-done, 58241-done

[-- Attachment #1: Type: text/plain, Size: 599 bytes --]

On Sun, Oct 02, 2022 at 05:07:48AM +0200, Michael Rohleder wrote:
> * gnu/packages/messaging.scm (quaternion): Update to 0.0.95.1.
> 
> 
> Michael Rohleder (2):
>   gnu: libqmatrixclient: Update to 0.6.11.
>   gnu: quaternion: Update to 0.0.95.1.
> 
>  gnu/packages/messaging.scm | 9 +++++----
>  1 file changed, 5 insertions(+), 4 deletions(-)
> 

Thanks. Patches pushed!

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-10-06 14:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-02  3:07 [bug#58241] [PATCH 0/2] gnu: quaternion: Update to 0.0.95.1 Michael Rohleder
2022-10-02  3:07 ` [bug#58242] [PATCH 1/2] gnu: libqmatrixclient: Update to 0.6.11 Michael Rohleder
2022-10-02  3:07 ` [bug#58243] [PATCH 2/2] gnu: quaternion: Update to 0.0.95.1 Michael Rohleder
2022-10-06 14:00 ` [bug#58242] [bug#58241] [PATCH 0/2] " Efraim Flashner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).