unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#41229] [PATCH 1/2] gnu: libqmatrixclient: Update to 0.5.3.2.
@ 2020-05-13 10:24 Jonathan Brielmaier
  2020-05-13 10:28 ` [bug#41229] [PATCH 2/2] gnu: quaternion: Update to 0.0.9.4e Jonathan Brielmaier
  2020-05-15 10:22 ` bug#41229: [PATCH 1/2] gnu: libqmatrixclient: Update to 0.5.3.2 Ludovic Courtès
  0 siblings, 2 replies; 3+ messages in thread
From: Jonathan Brielmaier @ 2020-05-13 10:24 UTC (permalink / raw)
  To: 41229; +Cc: Jonathan Brielmaier

* gnu/packages/messaging.scm (libqmatrixclient): Update to 0.5.3.2.
[source]: Name changed to libquotient, will be visible in 0.6.
---
 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 0ba166b591..7f1bfc9072 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1803,16 +1803,16 @@ notifications, and Python scripting support.")
 (define-public libqmatrixclient
   (package
     (name "libqmatrixclient")
-    (version "0.5.2")
+    (version "0.5.3.2")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-              (url "https://github.com/QMatrixClient/libqmatrixclient")
+              (url "https://github.com/quotient-im/libQuotient")
               (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1bhlqfs7251fss4icx794ka614npr6zyrpp4qwc4q5408ykfm7lr"))))
+        (base32 "0gkwr3yw6k2m0j8cc085b5p2q788rf5nhp1p5hc5d55pc7mci2qs"))))
     (build-system cmake-build-system)
     (inputs
      `(("qtbase" ,qtbase)
--
2.26.2





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

* [bug#41229] [PATCH 2/2] gnu: quaternion: Update to 0.0.9.4e.
  2020-05-13 10:24 [bug#41229] [PATCH 1/2] gnu: libqmatrixclient: Update to 0.5.3.2 Jonathan Brielmaier
@ 2020-05-13 10:28 ` Jonathan Brielmaier
  2020-05-15 10:22 ` bug#41229: [PATCH 1/2] gnu: libqmatrixclient: Update to 0.5.3.2 Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Brielmaier @ 2020-05-13 10:28 UTC (permalink / raw)
  To: 41229; +Cc: Jonathan Brielmaier

* gnu/packages/messaging.scm (quaternion): Update to 0.0.9.4e.
[source]: Upstream moved the repo to quotient-im namespace.
---
 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 7f1bfc9072..7e30eeae75 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1955,16 +1955,16 @@ There is support for:
 (define-public quaternion
   (package
     (name "quaternion")
-    (version "0.0.9.4c")
+    (version "0.0.9.4e")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-              (url "https://github.com/QMatrixClient/Quaternion")
+              (url "https://github.com/quotient-im/Quaternion")
               (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0gpv6b3nn3lsyym8809kiqkpdszfasldqjpk5s542zyn41gdlql4"))))
+        (base32 "0hqhg7l6wpkdbzrdjvrbqymmahziri07ba0hvbii7dd2p0h248fv"))))
     (build-system qt-build-system)
     (inputs
      `(("libqmatrixclient" ,libqmatrixclient)
--
2.26.2





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

* bug#41229: [PATCH 1/2] gnu: libqmatrixclient: Update to 0.5.3.2.
  2020-05-13 10:24 [bug#41229] [PATCH 1/2] gnu: libqmatrixclient: Update to 0.5.3.2 Jonathan Brielmaier
  2020-05-13 10:28 ` [bug#41229] [PATCH 2/2] gnu: quaternion: Update to 0.0.9.4e Jonathan Brielmaier
@ 2020-05-15 10:22 ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2020-05-15 10:22 UTC (permalink / raw)
  To: Jonathan Brielmaier; +Cc: 41229-done

Heya!

Jonathan Brielmaier <jonathan.brielmaier@web.de> skribis:

> * gnu/packages/messaging.scm (libqmatrixclient): Update to 0.5.3.2.
> [source]: Name changed to libquotient, will be visible in 0.6.

[...]

> * gnu/packages/messaging.scm (quaternion): Update to 0.0.9.4e.
> [source]: Upstream moved the repo to quotient-im namespace.

Applied!

Ludo’.




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

end of thread, other threads:[~2020-05-15 10:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-13 10:24 [bug#41229] [PATCH 1/2] gnu: libqmatrixclient: Update to 0.5.3.2 Jonathan Brielmaier
2020-05-13 10:28 ` [bug#41229] [PATCH 2/2] gnu: quaternion: Update to 0.0.9.4e Jonathan Brielmaier
2020-05-15 10:22 ` bug#41229: [PATCH 1/2] gnu: libqmatrixclient: Update to 0.5.3.2 Ludovic Courtès

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).