GNU bug report logs - #62284
[PATCH 00/70] gnu: Add mautrix-whatsapp.

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: guix-patches; Reported by: conses <contact@HIDDEN>; Keywords: patch; dated Sun, 19 Mar 2023 23:26:02 UTC; Maintainer for guix-patches is guix-patches@HIDDEN.

Message received at 62284 <at> debbugs.gnu.org:


Received: (at 62284) by debbugs.gnu.org; 19 Mar 2023 23:29:57 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Mar 19 19:29:57 2023
Received: from localhost ([127.0.0.1]:53024 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1pe2TN-000505-9B
	for submit <at> debbugs.gnu.org; Sun, 19 Mar 2023 19:29:57 -0400
Received: from relay5-d.mail.gandi.net ([217.70.183.197]:36799)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <contact@HIDDEN>) id 1pe2TL-0004zt-Do
 for 62284 <at> debbugs.gnu.org; Sun, 19 Mar 2023 19:29:55 -0400
Received: (Authenticated sender: contact@HIDDEN)
 by mail.gandi.net (Postfix) with ESMTPSA id BDBF61C0002
 for <62284 <at> debbugs.gnu.org>; Sun, 19 Mar 2023 23:29:49 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=conses.eu; s=gm1;
 t=1679268589;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to:references:references;
 bh=BEeWGXzZfhHQouoTknZFg6L155t6CfFtpopeuPkTSeg=;
 b=ar6aGB8+Kc1qHSCj6S5pDOO8tmIdydS4iLP7OcFjLgfhCyQZ4/TYSniq/FALlFsajxFQlU
 +HqdFA/w6eW6AzUi2xeX3s9JDTvEP5lZcZz8Yz7zeXIhIDLOtai036DWKJhGBPTs3LHWYv
 xk2IEJkKEPyQS1jPxHehvFF8VKiwkxUd1KezfiMqS2JBgUis4yQulKF8m6Qecm3vp+M0+Z
 6Vv3iD9ywfslUaHWu/WLy5EEWltfAZxrcqipy/3QhPhrmrc5PJZX8HiP/zqyPRzciTkS83
 kowham8qXOPK7M6zMOiGZBIYtRtzXzx3/CO+V3hMMLfFgw3TFQeTl68Z/YFz5Q==
From: conses <contact@HIDDEN>
To: 62284 <at> debbugs.gnu.org
Subject: [PATCH 07/70] gnu: Add go-google-golang-org-protobuf-proto.
In-Reply-To: <cover.1679268195.git.contact@HIDDEN>
References: <cover.1679268195.git.contact@HIDDEN>
Message-Id: <be66aa7e882e984b7538ec3f30f38658424e4755.1679268195.git.contact@HIDDEN>
Date: Mon, 20 Mar 2023 00:29:49 +0100
User-Agent: Gnus/5.13 (Gnus v5.13)
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 62284
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

* gnu/packages/golang.scm (go-google-golang-org-protobuf-proto): New variable.
---
 gnu/packages/golang.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 09ea647602..1de7fc6228 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7736,6 +7736,13 @@ (define (go-google-golang-org-protobuf-package suffix)
         (string-append path "/"
                        (string-replace-substring suffix "-" "/")))))))
 
+(define-public go-google-golang-org-protobuf-proto
+  (package (inherit (go-google-golang-org-protobuf-package "proto"))
+    (synopsis "Functions operating on protobuf messages")
+    (description "This package provides functions operating on protobuf
+messages such as cloning, merging, and checking equality, as well as binary
+serialization.")))
+
 (define-public go-github-com-mattn-go-zglob
   (package
     (name "go-github-com-mattn-go-zglob")
-- 
2.39.1



-- 
Best regards,
conses




Information forwarded to guix-patches@HIDDEN:
bug#62284; Package guix-patches. Full text available.

Message received at 62284 <at> debbugs.gnu.org:


Received: (at 62284) by debbugs.gnu.org; 19 Mar 2023 23:29:47 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Mar 19 19:29:47 2023
Received: from localhost ([127.0.0.1]:53021 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1pe2TC-0004zj-Uy
	for submit <at> debbugs.gnu.org; Sun, 19 Mar 2023 19:29:47 -0400
Received: from relay5-d.mail.gandi.net ([217.70.183.197]:43325)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <contact@HIDDEN>) id 1pe2T9-0004yx-L0
 for 62284 <at> debbugs.gnu.org; Sun, 19 Mar 2023 19:29:44 -0400
Received: (Authenticated sender: contact@HIDDEN)
 by mail.gandi.net (Postfix) with ESMTPSA id 2A5D01C0004
 for <62284 <at> debbugs.gnu.org>; Sun, 19 Mar 2023 23:29:35 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=conses.eu; s=gm1;
 t=1679268577;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to:references:references;
 bh=2q1ROYAjkHWUErMXAn8Huew2pBmkfhh031J2IPadMT0=;
 b=dSXTT/RCd1l+TfFXseCo7leZDD83DV8xS+5/k7DPmxWEW9uk3Cz5yJIppblbLWDkjgOVrh
 ugTziXitGFlkcqhTTnW/1SX1Ufkr2poi/Spd1oyZF2gb/dpP+29H2gQsvsA73VtnYt+ZXI
 tMhCEsd7bF/l4Cuy9bbIuqmO+A+BpmmPbhJBR9QPZw/WHBPm09sIlUsmymeE7yPXKatbIk
 3ybIQnvUOuscEryUbhr4XWNimDYOIe1bnlZnj+sNGK+3uhl8PmIODjzIfH6X5dLoVqpnIU
 yAicjlYwYWtg++RZcBiUnRKxOofUinL2bp90SkydvKexFeYVZS1brO4o9SihUw==
From: conses <contact@HIDDEN>
To: 62284 <at> debbugs.gnu.org
Subject: [PATCH 06/70] gnu: Add go-google-golang-org-protobuf-package.
In-Reply-To: <cover.1679268195.git.contact@HIDDEN>
References: <cover.1679268195.git.contact@HIDDEN>
Message-Id: <370688a96cf733ea67a8d3eee31bda7c2cdd377b.1679268195.git.contact@HIDDEN>
Date: Mon, 20 Mar 2023 00:29:35 +0100
User-Agent: Gnus/5.13 (Gnus v5.13)
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 62284
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

* gnu/packages/golang.scm (go-google-golang-org-protobuf-package): New procedure.
---
 gnu/packages/golang.scm | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 35a1e376b7..09ea647602 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7725,6 +7725,17 @@ (define-public go-github-com-macronut-go-tproxy
 Proxy functionality.")
     (license license:expat)))
 
+(define (go-google-golang-org-protobuf-package suffix)
+  (package
+    (inherit go-google-golang-org-protobuf)
+    (name (string-append "go-google-golang-org-protobuf-" suffix))
+    (arguments
+     (substitute-keyword-arguments
+         (package-arguments go-google-golang-org-protobuf)
+       ((#:import-path path)
+        (string-append path "/"
+                       (string-replace-substring suffix "-" "/")))))))
+
 (define-public go-github-com-mattn-go-zglob
   (package
     (name "go-github-com-mattn-go-zglob")
-- 
2.39.1



-- 
Best regards,
conses




Information forwarded to guix-patches@HIDDEN:
bug#62284; Package guix-patches. Full text available.

Message received at 62284 <at> debbugs.gnu.org:


Received: (at 62284) by debbugs.gnu.org; 19 Mar 2023 23:29:30 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Mar 19 19:29:30 2023
Received: from localhost ([127.0.0.1]:53009 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1pe2Sv-0004yb-N5
	for submit <at> debbugs.gnu.org; Sun, 19 Mar 2023 19:29:29 -0400
Received: from relay6-d.mail.gandi.net ([217.70.183.198]:34767)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <contact@HIDDEN>) id 1pe2St-0004yM-W3
 for 62284 <at> debbugs.gnu.org; Sun, 19 Mar 2023 19:29:28 -0400
Received: (Authenticated sender: contact@HIDDEN)
 by mail.gandi.net (Postfix) with ESMTPSA id 3FABAC0003
 for <62284 <at> debbugs.gnu.org>; Sun, 19 Mar 2023 23:29:22 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=conses.eu; s=gm1;
 t=1679268562;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to:references:references;
 bh=7ttg51Y+TEr3aHYDs2mkjaMWEFsiAvRp6eK1QFmq6C0=;
 b=kldZPLyKr65oH6J4aVGOHf9umpb2lAraLrVp9Bm6LQuN4jL08ZCnzv49vS+ETlvP4pz571
 sKhug8f2Bmxum1CabJI7lYzTtCG3cKqOaUu/ExH+YZQ+HLVd0OEaTLdtdyaVIzoZRjR44c
 UMn+FJ985X5V3eY6jUVEXLueo4Lypr0wTKWU99voXL2sl7RavH8xHGynSZJtCy25TaESI1
 3DDCAZDUyhb/aVK+L4YT2pIYye9MPsliTJI478EqJbyYbYZ44mhnOyEc2OnnzQfjoeQhng
 NhQ8xavKqSPNNBT8pXJP9/59DIqIt18txizQmvEKQpZHng/6qZZXOO/KRSsA1w==
From: conses <contact@HIDDEN>
To: 62284 <at> debbugs.gnu.org
Subject: [PATCH 05/70] gnu: go-google-golang-org-protobuf: Update to 1.30.0.
In-Reply-To: <cover.1679268195.git.contact@HIDDEN>
References: <cover.1679268195.git.contact@HIDDEN>
Message-Id: <efea393eecc0a72474ddfa078b8e9d088441f2e2.1679268195.git.contact@HIDDEN>
Date: Mon, 20 Mar 2023 00:29:21 +0100
User-Agent: Gnus/5.13 (Gnus v5.13)
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 62284
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

* gnu/packages/golang.scm (go-google-golang-org-protobuf): Update to 1.30.0.
[arguments]: Add unpack-path.
---
 gnu/packages/golang.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 0dccfb74cc..35a1e376b7 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7671,7 +7671,7 @@ (define-public go-github-com-golang-protobuf-proto
 (define-public go-google-golang-org-protobuf
   (package
     (name "go-google-golang-org-protobuf")
-    (version "1.28.0")
+    (version "1.30.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -7680,14 +7680,15 @@ (define-public go-google-golang-org-protobuf
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1nzcc4qc00afi24nb7nlnwyzvvr6b8s8qdrn1sw085nygh2y2x8r"))))
+                "0xgl6d3d06inl88hj40zkqs8s92sb7wn4y31kf4av2x89gim0dhr"))))
     (build-system go-build-system)
     (arguments
      (list #:import-path "google.golang.org/protobuf"
            #:tests? #f ; source-only package
            #:phases #~(modify-phases %standard-phases
                         ;; source-only package
-                        (delete 'build))))
+                        (delete 'build))
+           #:unpack-path "google.golang.org/protobuf"))
     (propagated-inputs (list go-github-com-google-go-cmp-cmp
                              go-github-com-golang-protobuf-proto))
     (home-page "https://google.golang.org/protobuf")
-- 
2.39.1



-- 
Best regards,
conses




Information forwarded to guix-patches@HIDDEN:
bug#62284; Package guix-patches. Full text available.

Message received at 62284 <at> debbugs.gnu.org:


Received: (at 62284) by debbugs.gnu.org; 19 Mar 2023 23:29:17 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Mar 19 19:29:17 2023
Received: from localhost ([127.0.0.1]:53006 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1pe2Sj-0004yA-Ct
	for submit <at> debbugs.gnu.org; Sun, 19 Mar 2023 19:29:17 -0400
Received: from relay11.mail.gandi.net ([217.70.178.231]:55871)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <contact@HIDDEN>) id 1pe2Sg-0004xu-V9
 for 62284 <at> debbugs.gnu.org; Sun, 19 Mar 2023 19:29:16 -0400
Received: (Authenticated sender: contact@HIDDEN)
 by mail.gandi.net (Postfix) with ESMTPSA id 673CF100003
 for <62284 <at> debbugs.gnu.org>; Sun, 19 Mar 2023 23:29:06 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=conses.eu; s=gm1;
 t=1679268548;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to:references:references;
 bh=/aGZcxsR8r+Kzq8QExzxsSJV4BtRhFmtwOS2BPgDC7Y=;
 b=jC5dXtwrhQiq4Tq3agPONB/oJxxqJQX5U9gdKcu9kJXKqWHCehFzQjKfVVYaw42D0oid0H
 157X2TtKuroZnNPYKF6AslyOxME9XtxC6BzcZaF0rV347KNgSgcTsCWn6rn6KPHeIcNu5G
 IojdEr1F6u6/ofsWCfne7hDpzfrrM92kZdWQxc7QGAllRBJAth3FNFkEPzK7nq93Y+u6jX
 6TcxryWifQbXcu5N5pfaT4r4qYW7pKdkOR8xh/ZC7w+DZ9kj1otDPIazt0AGn+TEwyHuFP
 vh2J3gETGhtVmRlWAu+4l8zFPwphOI71JRTiqsRx08tXXMKo0wKsfxb8Xixr0A==
From: conses <contact@HIDDEN>
To: 62284 <at> debbugs.gnu.org
Subject: [PATCH 04/70] gnu: Add go-github-com-tidwall-pretty.
In-Reply-To: <cover.1679268195.git.contact@HIDDEN>
References: <cover.1679268195.git.contact@HIDDEN>
Message-Id: <07a355d76b9cc6f7c3b2ff7e0e647cfa80039717.1679268195.git.contact@HIDDEN>
Date: Mon, 20 Mar 2023 00:29:06 +0100
User-Agent: Gnus/5.13 (Gnus v5.13)
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 62284
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

* gnu/packages/golang.scm (go-github-com-tidwall-pretty): New variable.
---
 gnu/packages/golang.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 721f4929b5..0dccfb74cc 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2867,6 +2867,28 @@ (define-public go-github-com-tidwall-match
 character.")
     (license license:expat)))
 
+(define-public go-github-com-tidwall-pretty
+  (package
+    (name "go-github-com-tidwall-pretty")
+    (version "1.2.1")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/tidwall/pretty")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0prj9vpjgrca70rvx40kkl566yf9lw4fsbcmszwamwl364696jsb"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path "github.com/tidwall/pretty"))
+    (home-page "https://github.com/tidwall/pretty")
+    (synopsis "Efficient JSON beautifier and compactor for Go")
+    (description "This package provides fast methods for formatting JSON for
+human readability, or to compact JSON for smaller payloads.")
+    (license license:expat)))
+
 (define-public go-github-com-tj-docopt
   (package
     (name "go-github-com-tj-docopt")
-- 
2.39.1



-- 
Best regards,
conses




Information forwarded to guix-patches@HIDDEN:
bug#62284; Package guix-patches. Full text available.

Message received at 62284 <at> debbugs.gnu.org:


Received: (at 62284) by debbugs.gnu.org; 19 Mar 2023 23:29:05 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Mar 19 19:29:05 2023
Received: from localhost ([127.0.0.1]:53003 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1pe2SX-0004xf-0C
	for submit <at> debbugs.gnu.org; Sun, 19 Mar 2023 19:29:05 -0400
Received: from relay1-d.mail.gandi.net ([217.70.183.193]:39971)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <contact@HIDDEN>) id 1pe2SS-0004wM-4z
 for 62284 <at> debbugs.gnu.org; Sun, 19 Mar 2023 19:29:00 -0400
Received: (Authenticated sender: contact@HIDDEN)
 by mail.gandi.net (Postfix) with ESMTPSA id AF3C8240005
 for <62284 <at> debbugs.gnu.org>; Sun, 19 Mar 2023 23:28:53 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=conses.eu; s=gm1;
 t=1679268534;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to:references:references;
 bh=H0d9HO91P4M+TEAuhZWi9UZGxWDXZAYfRSNsitYoZCg=;
 b=Y7PYeDo3nBfDelF/M9OcQNuTw7LWDEqn8lvqOgGyLTlBch++7NCc1KHrKC8f64ou0w3Lb1
 InZLkJ3j8yz1AMb7NJrN8jMQ7hTjcwfyrP3tclFzfJTYly0HpuXjSI5ltT1kyHt9aa+luv
 VUowLb6Ui3aAGWxr7OMoLQ18qB6IVUlu25tJL6SqitdlwBXnV19xmd6gd+N3Rwx4Pqb1Hk
 pFpwa7vStsrE1rqltXhczOH+amUVtY1xqq/lVXS+fq/pzSpQ3V96x8+GMRnzhB1/1o8scN
 gMNgMaj1eaDDhOXti4kba/tXvzLPRh7GGvxJcsMZfJDk5lyjfF4qngc7/pS2hw==
From: conses <contact@HIDDEN>
To: 62284 <at> debbugs.gnu.org
Subject: [PATCH 03/70] gnu: Add go-github-com-tidwall-match.
In-Reply-To: <cover.1679268195.git.contact@HIDDEN>
References: <cover.1679268195.git.contact@HIDDEN>
Message-Id: <1f37dee64ccefec59792adf847f222231784d4de.1679268195.git.contact@HIDDEN>
Date: Mon, 20 Mar 2023 00:28:52 +0100
User-Agent: Gnus/5.13 (Gnus v5.13)
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 62284
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

* gnu/packages/golang.scm (go-github-com-tidwall-match): New variable.
---
 gnu/packages/golang.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 790f61007a..721f4929b5 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2844,6 +2844,29 @@ (define-public go-github-com-tidwall-gjson
 notation paths, iteration, and parsing JSON lines.")
     (license license:expat)))
 
+(define-public go-github-com-tidwall-match
+  (package
+    (name "go-github-com-tidwall-match")
+    (version "1.1.1")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/tidwall/match")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1n25md63xr5m66r6zc77n6fgcpv2ljrlk92ivp9hvp8xya22as9k"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path "github.com/tidwall/match"))
+    (home-page "https://github.com/tidwall/match")
+    (synopsis "Simple string pattern matcher for Go")
+    (description "This package is a very simple pattern matcher where @code{*}
+matches on any number of characters and @code{?} matches on any one
+character.")
+    (license license:expat)))
+
 (define-public go-github-com-tj-docopt
   (package
     (name "go-github-com-tj-docopt")
-- 
2.39.1



-- 
Best regards,
conses




Information forwarded to guix-patches@HIDDEN:
bug#62284; Package guix-patches. Full text available.

Message received at 62284 <at> debbugs.gnu.org:


Received: (at 62284) by debbugs.gnu.org; 19 Mar 2023 23:28:49 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Mar 19 19:28:49 2023
Received: from localhost ([127.0.0.1]:52993 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1pe2SH-0004w7-AH
	for submit <at> debbugs.gnu.org; Sun, 19 Mar 2023 19:28:49 -0400
Received: from relay6-d.mail.gandi.net ([217.70.183.198]:54255)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <contact@HIDDEN>) id 1pe2SF-0004vk-Kj
 for 62284 <at> debbugs.gnu.org; Sun, 19 Mar 2023 19:28:48 -0400
Received: (Authenticated sender: contact@HIDDEN)
 by mail.gandi.net (Postfix) with ESMTPSA id E8AB5C0003
 for <62284 <at> debbugs.gnu.org>; Sun, 19 Mar 2023 23:28:39 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=conses.eu; s=gm1;
 t=1679268520;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to:references:references;
 bh=Hj4eENu4Zshx30sCXu+8JToGn1ZPgeNKfPEiGRfEO7g=;
 b=LaA/KY0OVA72qmdPLaZdNtIrcCZOE8ruU+ES7DiuvcWE7KlLRZeElr1sncmGnZE15fQb+h
 yn0nxYa+Yd7vzt79BmD5RhovykhNblxFheEhlQy8iyPdMWIMJNoqvlErxw8P7jGIQrFgYd
 V7wa1JsTlijghbzM/GS+gdNTL3JxA8zfMfiycL8e6AM6rvsnd7WZBdLeCx11yRglD4sgCF
 q56judci/7E+pSxm5P0bomAgv0MrScaxwslS5i52nA4ZA9mKWyoIpGcZ9mvn2TzcICAXgU
 LvovdrgSoJyeDk2PUu8UtxeFIA6qMcFYaiCC7WjFOctijkm+pJfrIYg2dnhOUA==
From: conses <contact@HIDDEN>
To: 62284 <at> debbugs.gnu.org
Subject: [PATCH 02/70] gnu: Add go-github-com-tidwall-gjson.
In-Reply-To: <cover.1679268195.git.contact@HIDDEN>
References: <cover.1679268195.git.contact@HIDDEN>
Message-Id: <9697d0cddf9207db6ea9113bfa231067d039e98a.1679268195.git.contact@HIDDEN>
Date: Mon, 20 Mar 2023 00:28:39 +0100
User-Agent: Gnus/5.13 (Gnus v5.13)
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 62284
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

* gnu/packages/golang.scm (go-github-com-tidwall-gjson): New variable.
---
 gnu/packages/golang.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index fb4eb628d0..790f61007a 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2818,6 +2818,32 @@ (define-public go-github-com-tidwall-sjson
 value in a JSON document.")
     (license license:expat)))
 
+(define-public go-github-com-tidwall-gjson
+  (package
+    (name "go-github-com-tidwall-gjson")
+    (version "1.14.4")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/tidwall/gjson")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1rs8i87j62sgas55cvm8kzcgf40090dq38r6m6s03rzxs9hbcd6w"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path "github.com/tidwall/gjson"))
+    (propagated-inputs
+     (list go-github-com-tidwall-match
+           go-github-com-tidwall-pretty))
+    (home-page "https://github.com/tidwall/gjson")
+    (synopsis "JSON parser for Go")
+    (description "GJSON is a Go package that provides a fast and simple way to
+get values from a JSON document. It has features like one line retrieval, dot
+notation paths, iteration, and parsing JSON lines.")
+    (license license:expat)))
+
 (define-public go-github-com-tj-docopt
   (package
     (name "go-github-com-tj-docopt")
-- 
2.39.1



-- 
Best regards,
conses




Information forwarded to guix-patches@HIDDEN:
bug#62284; Package guix-patches. Full text available.

Message received at 62284 <at> debbugs.gnu.org:


Received: (at 62284) by debbugs.gnu.org; 19 Mar 2023 23:28:36 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Mar 19 19:28:36 2023
Received: from localhost ([127.0.0.1]:52990 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1pe2S3-0004vV-Vh
	for submit <at> debbugs.gnu.org; Sun, 19 Mar 2023 19:28:36 -0400
Received: from relay1-d.mail.gandi.net ([217.70.183.193]:43155)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <contact@HIDDEN>) id 1pe2S1-0004vE-Ez
 for 62284 <at> debbugs.gnu.org; Sun, 19 Mar 2023 19:28:34 -0400
Received: (Authenticated sender: contact@HIDDEN)
 by mail.gandi.net (Postfix) with ESMTPSA id 847CD240002
 for <62284 <at> debbugs.gnu.org>; Sun, 19 Mar 2023 23:28:24 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=conses.eu; s=gm1;
 t=1679268506;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to:references:references;
 bh=uNvJXbQskH/qRSRuC82+FrV6sAbzbH6FLBCkcR+g2bs=;
 b=MkOaUTmkMnT0BSrtISn0Q9/HbBth2ciWQmvkIhWLieS//eWRFksMzGBBOl6VLuOKgQZKIM
 j0EoONGrxvbm3pW/1JpGFY3uFmNkEYKikXvchyQ3wzLPig7qtE9FLC/CZu4N2Vnd3U0kfV
 ZPhhHmCmUCawE4GiB75vxEABUZT1D/Cs0qBzEu/YOwu+EoK4eVaRrTX9DNSnJ14T+S80jg
 aCda9jLAJKX4S6OVuU8SWwnay4dpnioV1mCInspyLnAK1GBoiVA3X22NrPBbOytV7sIEtJ
 f8xvbSjXna3T9da1oWq580iwIT++dTGbaLfORsYIEha/U/9DUZCxi2jrW2Oy5g==
From: conses <contact@HIDDEN>
To: 62284 <at> debbugs.gnu.org
Subject: [PATCH 01/70] gnu: Add go-github-com-tidwall-sjson.
In-Reply-To: <cover.1679268195.git.contact@HIDDEN>
References: <cover.1679268195.git.contact@HIDDEN>
Message-Id: <1fab049f23be34ae12f2379370402e7434b57c58.1679268195.git.contact@HIDDEN>
Date: Mon, 20 Mar 2023 00:28:23 +0100
User-Agent: Gnus/5.13 (Gnus v5.13)
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 62284
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

* gnu/packages/golang.scm (go-github-com-tidwall-sjson): New variable.
---
 gnu/packages/golang.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index c75fdb4a31..fb4eb628d0 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2793,6 +2793,31 @@ (define-public go-github-com-saracen-walker
     (description "The @code{walker} function is a faster, parallel version, of
 @code{filepath.Walk}")))
 
+(define-public go-github-com-tidwall-sjson
+  (package
+    (name "go-github-com-tidwall-sjson")
+    (version "1.2.5")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/tidwall/sjson")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "16yaikpxiwqz00zxa70w17k2k52nr06svand88sv2br6b6i8v09r"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path "github.com/tidwall/sjson"))
+    (propagated-inputs
+     (list go-github-com-tidwall-gjson
+           go-github-com-tidwall-pretty))
+    (home-page "https://github.com/tidwall/sjson")
+    (synopsis "Set JSON values very quickly in Go")
+    (description "This package provides a very fast and simple way to set a
+value in a JSON document.")
+    (license license:expat)))
+
 (define-public go-github-com-tj-docopt
   (package
     (name "go-github-com-tj-docopt")
-- 
2.39.1



-- 
Best regards,
conses




Information forwarded to guix-patches@HIDDEN:
bug#62284; Package guix-patches. Full text available.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 19 Mar 2023 23:25:48 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Mar 19 19:25:48 2023
Received: from localhost ([127.0.0.1]:52975 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1pe2PL-0004q1-MV
	for submit <at> debbugs.gnu.org; Sun, 19 Mar 2023 19:25:48 -0400
Received: from lists.gnu.org ([209.51.188.17]:34672)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <contact@HIDDEN>) id 1pe2PK-0004pu-I5
 for submit <at> debbugs.gnu.org; Sun, 19 Mar 2023 19:25:47 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10])
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <contact@HIDDEN>) id 1pe2PK-0002AK-9L
 for guix-patches@HIDDEN; Sun, 19 Mar 2023 19:25:46 -0400
Received: from relay10.mail.gandi.net ([217.70.178.230])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <contact@HIDDEN>) id 1pe2PH-00070f-OK
 for guix-patches@HIDDEN; Sun, 19 Mar 2023 19:25:46 -0400
Received: (Authenticated sender: contact@HIDDEN)
 by mail.gandi.net (Postfix) with ESMTPSA id 0984A240004
 for <guix-patches@HIDDEN>; Sun, 19 Mar 2023 23:25:37 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=conses.eu; s=gm1;
 t=1679268339;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type;
 bh=Z1rE7BUKO4uKpxwR7lqHjyr4ExqdT1Pi5mgPBiOGP4o=;
 b=mqNssnc4ZCbzaspwWjajJ/DHv94gq/xL3Tj7AMu0ZJDpfLo1EnVjzcbZO4NqYDNcad0C96
 MLmtk8NIuRDdFh5sODuRlIwNwKqaZ/QJ/h6B3Xn96KsjU+t49Na1ChTLCdPm5jyH80NSE9
 wsE9qVy6xPzBoQIIsE2in0rkmj1BrkEBMOCkCwABsn/+MeVOe9hS7gUDdodk8FqjW5Dbp/
 n1IZ85UKuFs1aF+many7TPbisPWBr7FfXb5KG+6g/BykH/Zt0iS4rCu8jZGQYTNqYuXKj+
 jJJ8QK0cbBgR4LC2gabS8VMPOY4qhbCALNdasHSnooLuMoX2c1L0das43cELZg==
From: conses <contact@HIDDEN>
To: guix-patches@HIDDEN
Subject: [PATCH 00/70] gnu: Add mautrix-whatsapp.
Message-Id: <cover.1679268195.git.contact@HIDDEN>
Date: Mon, 20 Mar 2023 00:25:33 +0100
User-Agent: Gnus/5.13 (Gnus v5.13)
MIME-Version: 1.0
Content-Type: text/plain
Received-SPF: pass client-ip=217.70.178.230; envelope-from=contact@HIDDEN;
 helo=relay10.mail.gandi.net
X-Spam_score_int: -27
X-Spam_score: -2.8
X-Spam_bar: --
X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1,
 DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1,
 RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001,
 SPF_PASS=-0.001 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: -1.6 (-)
X-Debbugs-Envelope-To: submit
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -2.6 (--)

Hi,

This patch series adds a package for
<https://github.com/mautrix/whatsapp>, a Matrix-WhatsApp puppetting
bridge.  I've tested it's working with the latest version of Synapse in
my personal homeserver for the past few months without any issues.

The only thing worth noting from this patch series is that I had to
remove some symlinks to Go libraries in the mautrix-whatsapp package
phases and instead copy the real library directories, otherwise I would
encounter issues with go:embed invocations complaining there were no
files found.  I'm not knowledgeable in Go, but from the documentation
<https://pkg.go.dev/embed> and other information I found online, namely
this issue <https://github.com/golang/go/issues/44507>, embeds don't
support symlinks, hence the workaround.

conses (70):
  gnu: Add go-github-com-tidwall-sjson.
  gnu: Add go-github-com-tidwall-gjson.
  gnu: Add go-github-com-tidwall-match.
  gnu: Add go-github-com-tidwall-pretty.
  gnu: go-google-golang-org-protobuf: Update to 1.30.0.
  gnu: Add go-google-golang-org-protobuf-package.
  gnu: Add go-google-golang-org-protobuf-proto.
  gnu: Add go-google-golang-org-protobuf-reflect-protoreflect.
  gnu: Add go-google-golang-org-protobuf-reflect-protoregistry.
  gnu: Add go-google-golang-org-protobuf-encoding-protowire.
  gnu: Add go-google-golang-org-protobuf-encoding-prototext.
  gnu: Add go-google-golang-org-protobuf-internal-encoding-text.
  gnu: Add go-google-golang-org-protobuf-internal-encoding-messageset.
  gnu: Add go-google-golang-org-protobuf-internal-encoding-defval.
  gnu: Add go-google-golang-org-protobuf-internal-encoding-tag.
  gnu: Add go-google-golang-org-protobuf-internal-errors.
  gnu: Add go-google-golang-org-protobuf-internal-set.
  gnu: Add go-google-golang-org-protobuf-internal-descfmt.
  gnu: Add go-google-golang-org-protobuf-internal-descopts.
  gnu: Add go-google-golang-org-protobuf-internal-flags.
  gnu: Add go-google-golang-org-protobuf-internal-genid.
  gnu: Add go-google-golang-org-protobuf-internal-order.
  gnu: Add go-google-golang-org-protobuf-internal-pragma.
  gnu: Add go-google-golang-org-protobuf-internal-strs.
  gnu: Add go-google-golang-org-protobuf-internal-detrand.
  gnu: Add go-google-golang-org-protobuf-internal-filedesc.
  gnu: Add go-google-golang-org-protobuf-internal-filetype.
  gnu: Add go-google-golang-org-protobuf-internal-impl.
  gnu: Add go-google-golang-org-protobuf-internal-version.
  gnu: Add go-google-golang-org-protobuf-runtime-protoiface.
  gnu: Add go-google-golang-org-protobuf-runtime-protoimpl.
  gnu: Add go-github-com-skip2-go-qrcode.
  gnu: Add go-maunium-net-go-mauflag.
  gnu: Add go-maunium-net-go-maulogger.
  gnu: Add go-mau-fi-libsignal.
  gnu: Add go-mau-fi-libsignal-package.
  gnu: Add go-mau-fi-libsignal-ecc.
  gnu: Add go-mau-fi-libsignal-groups.
  gnu: Add go-mau-fi-libsignal-cipher.
  gnu: Add go-mau-fi-libsignal-kdf.
  gnu: Add go-mau-fi-libsignal-keys-identity.
  gnu: Add go-mau-fi-libsignal-keys-prekey.
  gnu: Add go-mau-fi-libsignal-keys-chain.
  gnu: Add go-mau-fi-libsignal-keys-message.
  gnu: Add go-mau-fi-libsignal-keys-root.
  gnu: Add go-mau-fi-libsignal-keys-session.
  gnu: Add go-mau-fi-libsignal-logger.
  gnu: Add go-mau-fi-libsignal-ratchet.
  gnu: Add go-mau-fi-libsignal-serialize.
  gnu: Add go-mau-fi-libsignal-protocol.
  gnu: Add go-mau-fi-libsignal-session.
  gnu: Add go-mau-fi-libsignal-signalerror.
  gnu: Add go-mau-fi-libsignal-state-record.
  gnu: Add go-mau-fi-libsignal-state-store.
  gnu: Add go-mau-fi-libsignal-util-bytehelper.
  gnu: Add go-mau-fi-libsignal-util-keyhelper.
  gnu: Add go-mau-fi-libsignal-util-optional.
  gnu: Add go-mau-fi-libsignal-util-errorhelper.
  gnu: Add go-mau-fi-libsignal-util-medium.
  gnu: Add go-mau-fi-whatsmeow.
  gnu: Add go-github-com-rs-xid.
  gnu: go-github-com-mattn-go-isatty: Update to 0.1.13.
  gnu: Add go-github-com-coreos-go-systemd.
  gnu: Add go-github-com-coreos-go-systemd-journal.
  gnu: Add go-github-com-rs-zerolog.
  gnu: Add go-mau-fi-zeroconfig.
  gnu: Add go-maunium-net-go-mautrix.
  gnu: go-github-com-mattn-go-sqlite3: Update to 1.14.16.
  gnu: Add go-github-com-chai2010-webp.
  gnu: Add mautrix-whatsapp.

 gnu/packages/golang.scm | 635 +++++++++++++++++++++++++++++++++++++++-
 gnu/packages/matrix.scm | 121 ++++++++
 2 files changed, 748 insertions(+), 8 deletions(-)

-- 
2.39.1



-- 
Best regards,
conses




Acknowledgement sent to conses <contact@HIDDEN>:
New bug report received and forwarded. Copy sent to guix-patches@HIDDEN. Full text available.
Report forwarded to guix-patches@HIDDEN:
bug#62284; Package guix-patches. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Sun, 19 Mar 2023 23:30:02 UTC

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