GNU bug report logs - #57715
[PATCH 0/2] Update nheko to 0.10.1 and mtxclient to 0.8.2.

Previous Next

Package: guix-patches;

Reported by: Michael Rohleder <mike <at> rohleder.de>

Date: Sat, 10 Sep 2022 11:01:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 57715 in the body.
You can then email your comments to 57715 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#57715; Package guix-patches. (Sat, 10 Sep 2022 11:01:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Michael Rohleder <mike <at> rohleder.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 10 Sep 2022 11:01:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Michael Rohleder <mike <at> rohleder.de>
To: guix-patches <at> gnu.org
Cc: Michael Rohleder <mike <at> rohleder.de>
Subject: [PATCH 0/2] Update nheko to 0.10.1 and mtxclient to 0.8.2.
Date: Sat, 10 Sep 2022 13:00:15 +0200
nheko 0.10.1 needs mtxclient >= 0.8.1 and
nheko 0.10.0 doesnt compile w/ mtxclient >0.8.0,
so we need to update both.


Michael Rohleder (2):
  gnu: mtxclient: Update to 0.8.2.
  gnu: nheko: Update to 0.10.1.

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

-- 
2.37.3





Information forwarded to guix-patches <at> gnu.org:
bug#57715; Package guix-patches. (Sat, 10 Sep 2022 11:02:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Michael Rohleder <mike <at> rohleder.de>
To: guix-patches <at> gnu.org
Cc: Michael Rohleder <mike <at> rohleder.de>
Subject: [PATCH 1/2] gnu: mtxclient: Update to 0.8.2.
Date: Sat, 10 Sep 2022 13:00:16 +0200
* gnu/packages/messaging.scm (mtxclient): Update to 0.8.2.
---
 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 <at> pantherx.org>
 ;;; Copyright © 2020 Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
 ;;; Copyright © 2020 Mason Hock <chaosmonk <at> riseup.net>
-;;; Copyright © 2020, 2021 Michael Rohleder <mike <at> rohleder.de>
+;;; Copyright © 2020, 2021, 2022 Michael Rohleder <mike <at> rohleder.de>
 ;;; Copyright © 2020, 2022 Raghav Gururajan <rg <at> raghavgururajan.name>
 ;;; Copyright © 2020, 2021 Robert Karszniewicz <avoidr <at> posteo.de>
 ;;; Copyright © 2020 Giacomo Leidi <goodoldpaul <at> autistici.org>
@@ -2338,7 +2338,7 @@ (define-public libqmatrixclient
 (define-public mtxclient
   (package
     (name "mtxclient")
-    (version "0.8.0")
+    (version "0.8.2")
     (source
      (origin
        (method git-fetch)
@@ -2347,7 +2347,7 @@ (define-public mtxclient
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0gkzgq6rzanvgyk47d25nqz7m0lwa3kz5pc0m4w0ada38xwhy2j9"))))
+        (base32 "041ckjvfxapv1q6x9xd8q70x43cz10x7p11aql58lnc0jp0kwry7"))))
     (arguments
      `(#:configure-flags
        (list
-- 
2.37.3





Information forwarded to guix-patches <at> gnu.org:
bug#57715; Package guix-patches. (Sat, 10 Sep 2022 11:02:02 GMT) Full text and rfc822 format available.

Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Michael Rohleder <mike <at> rohleder.de>
To: guix-patches <at> gnu.org
Cc: Michael Rohleder <mike <at> rohleder.de>
Subject: [PATCH 2/2] gnu: nheko: Update to 0.10.1.
Date: Sat, 10 Sep 2022 13:00:17 +0200
* gnu/packages/messaging.scm (nheko): Update to 0.10.1.
---
 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 ef31dae2c0..2af8c5b80a 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2383,7 +2383,7 @@ (define-public mtxclient
 (define-public nheko
   (package
     (name "nheko")
-    (version "0.10.0")
+    (version "0.10.1")
     (source
      (origin
        (method git-fetch)
@@ -2392,7 +2392,7 @@ (define-public nheko
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1n7czmv8mamaphpr2cnppddpgmb914pjd7msxng0fim6w7bhil14"))
+        (base32 "0a3wvv7vzh60hvyzy6776v6wa9d6n020684dqbcl4dw608mf4ahk"))
        (modules '((guix build utils)))
        (snippet
         '(begin
-- 
2.37.3





Reply sent to Mathieu Othacehe <othacehe <at> gnu.org>:
You have taken responsibility. (Sun, 11 Sep 2022 14:07:02 GMT) Full text and rfc822 format available.

Notification sent to Michael Rohleder <mike <at> rohleder.de>:
bug acknowledged by developer. (Sun, 11 Sep 2022 14:07:02 GMT) Full text and rfc822 format available.

Message #16 received at 57715-done <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Michael Rohleder <mike <at> rohleder.de>
Cc: 57715-done <at> debbugs.gnu.org
Subject: Re: bug#57715: [PATCH 0/2] Update nheko to 0.10.1 and mtxclient to
 0.8.2.
Date: Sun, 11 Sep 2022 16:06:01 +0200
> nheko 0.10.1 needs mtxclient >= 0.8.1 and
> nheko 0.10.0 doesnt compile w/ mtxclient >0.8.0,
> so we need to update both.

Applied, thanks!

Mathieu




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 10 Oct 2022 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 199 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.