GNU bug report logs - #63019
restic is nine versions out of date

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; Reported by: Kyle Andrews <kyle@HIDDEN>; dated Sat, 22 Apr 2023 16:47:02 UTC; Maintainer for guix is bug-guix@HIDDEN.

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


Received: (at 63019) by debbugs.gnu.org; 3 Sep 2024 16:23:51 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Tue Sep 03 12:23:51 2024
Received: from localhost ([127.0.0.1]:60655 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1slWJq-0000tf-OD
	for submit <at> debbugs.gnu.org; Tue, 03 Sep 2024 12:23:51 -0400
Received: from relay4-d.mail.gandi.net ([217.70.183.196]:51573)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <me@HIDDEN>) id 1slWJn-0000tP-MY
 for 63019 <at> debbugs.gnu.org; Tue, 03 Sep 2024 12:23:49 -0400
Received: by mail.gandi.net (Postfix) with ESMTPSA id 51857E0006;
 Tue,  3 Sep 2024 16:22:37 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fabionatali.com;
 s=gm1; t=1725380558;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to; bh=3qxAU6+/dhk8l+ljT+m0L3x4aNq3kVD9mCKwB8Iq7LM=;
 b=CFH9yV2rcrXCS2LaOS7L4lZdgkQx4xSwM4iIUMTZ7QcYKO1sBmYAFMoik8PKSpmsPrvW3F
 fAUJO734Nbn2Kam42cJx28SshKeiuUsBmIGoGQRXAAhNYJpqkW7Sp69TivctVGl97XZlzy
 y1SQKcSMoLyqQEpjVB2qCQg+gZQzC/dN2M/GRAHwh16EZdyF6omwtAYlVVE2W/vClh1K2J
 g/h4MU06thZB46tCA46IBnjq2Jd3EShWE+2Hf6AJ5FaiyZoHwnrpqy4DTY6T5euvoMFxIa
 tAdjoxlYnpGHTu15YV2daRcGg0dyRzsZH02mXSVr3ghy2CsKLoRe+rHr5EJmvg==
From: Fabio Natali <me@HIDDEN>
To: 63019 <at> debbugs.gnu.org
Subject: Re: restic is nine versions out of date
In-Reply-To: <ZEVQdnZnx4XAHaD0@HIDDEN>
Date: Tue, 03 Sep 2024 17:22:37 +0100
Message-ID: <87v7zcemgi.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-GND-Sasl: me@HIDDEN
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 63019
Cc: Kyle Andrews <kyle@HIDDEN>, Leo Famulari <leo@HIDDEN>
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 (-)

> On Sat, Apr 22, 2023 at 04:03:29PM +0000, Kyle Andrews wrote:
>> I'm filing this bug report since I'm worried that the people who are
>> most knowledge about Go in Guix might not check that mailing list as
>> frequently.

Hi,

I wanted to send a quick follow up as Restic is still at 0.9.6 while
upstream is now at 0.17.0, with 0.17.1 round the corner I'm told.

I'm pretty much out of my depth when it comes to Go to be honest, but I
started looking at what the 0.9.6 to 0.17.1 update would mean.

'guix refresh' goes as far as updating the version number and the hash
but the build fails because of missing dependencies.

I've diffed the required Go modules from 'go.mod'[0] with what's
available in Guix at the minute. I've labelled the modules as 'y', 'n',
or '!'  depending on whether they are - respectively - available, not
available, or available but in a different version.

I'm attaching the result below.

Looking at this list, would anyone fluent in Go be able to see if
there's any clear blocker at the moment? If there's no blocker, I could
think of giving it a try or tentatively creating a bit of momentum to
"crowd-fix" this.

Thanks, cheers, Fabio.


n cloud.google.com/go v0.115.1 // indirect
n cloud.google.com/go/auth v0.9.1 // indirect
n cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
n cloud.google.com/go/compute/metadata v0.5.0 // indirect
n cloud.google.com/go/iam v1.1.13 // indirect
n cloud.google.com/go/storage v1.43.0
n github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0
n github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0
n github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
n github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.4.0
n github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
n github.com/Backblaze/blazer v0.6.1
n github.com/anacrolix/fuse v0.3.1
n github.com/elithrar/simple-scrypt v1.3.0
n github.com/go-ole/go-ole v1.3.0
n github.com/google/s2a-go v0.1.8 // indirect
n github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
n github.com/googleapis/gax-go/v2 v2.13.0 // indirect
n github.com/inconshreveable/mousetrap v1.1.0 // indirect
n github.com/minio/md5-simd v1.1.2 // indirect
n github.com/minio/minio-go/v7 v7.0.76
n github.com/ncw/swift/v2 v2.0.3
n github.com/peterbourgon/unixtransport v0.0.4
n github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
n github.com/restic/chunker v0.4.0
n github.com/rs/xid v1.6.0 // indirect
n go.opencensus.io v0.24.0 // indirect
n go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
n go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
n go.opentelemetry.io/otel v1.24.0 // indirect
n go.opentelemetry.io/otel/metric v1.24.0 // indirect
n go.opentelemetry.io/otel/trace v1.24.0 // indirect
n google.golang.org/api v0.195.0
n google.golang.org/genproto v0.0.0-20240823204242-4ba0660f739c // indirect
n google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
n google.golang.org/genproto/googleapis/rpc v0.0.0-20240823204242-4ba0660f739c // indirect
n google.golang.org/grpc v1.65.0 // indirect
n google.golang.org/protobuf v1.34.2 // indirect

! github.com/cespare/xxhash/v2 v2.3.0
! github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
! github.com/dustin/go-humanize v1.0.1 // indirect
! github.com/felixge/fgprof v0.9.3 // indirect
! github.com/go-logr/logr v1.4.2 // indirect
! github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
! github.com/google/pprof v0.0.0-20230926050212-f7f687d19a98 // indirect
! github.com/klauspost/compress v1.17.9
! github.com/kr/fs v0.1.0 // indirect
! github.com/pkg/xattr v0.4.10
! github.com/russross/blackfriday/v2 v2.1.0 // indirect
! golang.org/x/oauth2 v0.22.0

y github.com/cenkalti/backoff/v4 v4.3.0
y github.com/felixge/httpsnoop v1.0.4 // indirect
y github.com/go-ini/ini v1.67.0 // indirect
y github.com/go-logr/stdr v1.2.2 // indirect
y github.com/goccy/go-json v0.10.3 // indirect
y github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
y github.com/google/go-cmp v0.6.0
y github.com/google/uuid v1.6.0 // indirect
y github.com/hashicorp/golang-lru/v2 v2.0.7
y github.com/klauspost/cpuid/v2 v2.2.8 // indirect
y github.com/kylelemons/godebug v1.1.0 // indirect
y github.com/pkg/errors v0.9.1
y github.com/pkg/profile v1.7.0
y github.com/pkg/sftp v1.13.6
y github.com/spf13/cobra v1.8.1
y github.com/spf13/pflag v1.0.5
y go.uber.org/automaxprocs v1.5.3
y golang.org/x/crypto v0.26.0
y golang.org/x/net v0.28.0
y golang.org/x/sync v0.8.0
y golang.org/x/sys v0.24.0
y golang.org/x/term v0.23.0
y golang.org/x/text v0.17.0
y golang.org/x/time v0.6.0
y gopkg.in/yaml.v3 v3.0.1 // indirect


[0] https://github.com/restic/restic/blob/master/go.mod




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

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


Received: (at 63019) by debbugs.gnu.org; 23 Apr 2023 15:36:31 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Apr 23 11:36:31 2023
Received: from localhost ([127.0.0.1]:46783 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1pqblO-0003lc-V3
	for submit <at> debbugs.gnu.org; Sun, 23 Apr 2023 11:36:31 -0400
Received: from out5-smtp.messagingengine.com ([66.111.4.29]:42659)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <leo@HIDDEN>) id 1pqblN-0003lQ-TF
 for 63019 <at> debbugs.gnu.org; Sun, 23 Apr 2023 11:36:30 -0400
Received: from compute5.internal (compute5.nyi.internal [10.202.2.45])
 by mailout.nyi.internal (Postfix) with ESMTP id CB2505C00C3;
 Sun, 23 Apr 2023 11:36:24 -0400 (EDT)
Received: from mailfrontend1 ([10.202.2.162])
 by compute5.internal (MEProxy); Sun, 23 Apr 2023 11:36:24 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name;
 h=cc:cc:content-type:content-type:date:date:from:from
 :in-reply-to:in-reply-to:message-id:mime-version:references
 :reply-to:sender:subject:subject:to:to; s=mesmtp; t=1682264184;
 x=1682350584; bh=5aA1whO+XzPGWMd825taOuQSCSlHNYkORkf0bW7+JRc=; b=
 AhhzK2u5o31TnXe614QtycbrnoWQSiErSJi2GJw7lGcFmuXPOYLNZohsXKBuHjAh
 vZEZdfB7zgn2b9Sk1ZQq49zmwteznbFlkWMN9XuH2YeErD0X6I6zLc69F5Uk+Hg4
 6r8rNSueFYYZHQ7Ngdes7XBRq4vPTDmnX8L0xV/gCeE=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:cc:content-type:content-type:date:date
 :feedback-id:feedback-id:from:from:in-reply-to:in-reply-to
 :message-id:mime-version:references:reply-to:sender:subject
 :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender
 :x-sasl-enc; s=fm3; t=1682264184; x=1682350584; bh=5aA1whO+XzPGW
 Md825taOuQSCSlHNYkORkf0bW7+JRc=; b=WrVx3ncRnoZ7pks0SSiFKPnddkfav
 XE4jdJLajMb1UWKMib/fC6sommyNyRJ5xB2kq9W3N/H0//MhLS7htWRkmFvH8O2l
 LsDTqttZxQhS8IaEl5cO0e6Vud7NDCltkmbXci31tlvQpqwvLEOmRI6YTULHNOql
 2/37isrjSMriUfVYOqi13CbfEARJiDGZQDdQhtCrjvmxnNG6S6VYU7sbcR/POmwj
 mPsffnEuCBrY2n7peSpO3LllMMl8neeUTJy1E1rerBSI7ALdnnjsTNfa1Tb6v0VW
 kPHsMUuBnqjDKl5tNacAkezRe8zFOFFIMhY/SI8/sgoLYv7xnhqUkKraQ==
X-ME-Sender: <xms:eFBFZEDSV8N26p4p_Nu-2pEVW8vD-xVOaNo_wTLIlF57dCn38Aa4Ig>
 <xme:eFBFZGghQK4INWmgKuVfAaD4vljT7VP-QL6S-gDIZk-5JUSklnCJXoPfKLjGbYqTP
 BWUE58fVRPqef0MWw>
X-ME-Received: <xmr:eFBFZHkBksJXABnDD43LDKk8R-j4c5ajXAlaBCkpcnJ6r4aY6brACUIUIEv6HgzfOvqM3Xgz0OFi_3xaJIT6o8NN>
X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrfedtkedgleduucetufdoteggodetrfdotf
 fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen
 uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne
 cujfgurhepfffhvfevuffkfhggtggujgesthdtredttddtvdenucfhrhhomhepnfgvohcu
 hfgrmhhulhgrrhhiuceolhgvohesfhgrmhhulhgrrhhirdhnrghmvgeqnecuggftrfgrth
 htvghrnhepieetudehfeekueefleegudfhjefgleehfeeluefhfeffgfeuudelhedvjeel
 ieetnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheplh
 gvohesfhgrmhhulhgrrhhirdhnrghmvg
X-ME-Proxy: <xmx:eFBFZKzC7JMMACCyBPlwZdNJJopImVMg_I_JBt8WBgsKrZ4b3770tA>
 <xmx:eFBFZJQviY17opBX7Ml44K9o6Ce9uHGdvXJpH4_jIsSEC3-vUo-RIg>
 <xmx:eFBFZFbWfjkd08iDFopc1IJJB8dkR8a73OGQahvd2hRXgoz4R9mQ1w>
 <xmx:eFBFZK50hkm_iEDEaLJgskex1NaJcTVyDzpbjFhqsAStw406TxVICw>
Feedback-ID: i819c4023:Fastmail
Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sun,
 23 Apr 2023 11:36:24 -0400 (EDT)
Date: Sun, 23 Apr 2023 11:36:22 -0400
From: Leo Famulari <leo@HIDDEN>
To: Kyle Andrews <kyle@HIDDEN>
Subject: Re: bug#63019: restic is nine versions out of date
Message-ID: <ZEVQdnZnx4XAHaD0@HIDDEN>
References: <87v8hnkgpe.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <87v8hnkgpe.fsf@HIDDEN>
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 63019
Cc: 63019 <at> debbugs.gnu.org
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 (-)

On Sat, Apr 22, 2023 at 04:03:29PM +0000, Kyle Andrews wrote:
> I'm filing this bug report since I'm worried that the people who are most knowledge about Go in Guix might not check that mailing list as frequently. 

I might be part of that group of people in Guix that pays attention to
Go. However, I use Borg for my backups, so I have little motivation to
volunteer for Restic packaging. If you have specific questions about
something, I can try to answer.




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

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


Received: (at submit) by debbugs.gnu.org; 22 Apr 2023 16:46:59 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Apr 22 12:46:59 2023
Received: from localhost ([127.0.0.1]:44061 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1pqGO3-0000Qx-13
	for submit <at> debbugs.gnu.org; Sat, 22 Apr 2023 12:46:59 -0400
Received: from lists.gnu.org ([209.51.188.17]:55920)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <kyle@HIDDEN>) id 1pqGO2-0000Qq-69
 for submit <at> debbugs.gnu.org; Sat, 22 Apr 2023 12:46:58 -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 <kyle@HIDDEN>) id 1pqGO1-0001fw-Ib
 for bug-guix@HIDDEN; Sat, 22 Apr 2023 12:46:57 -0400
Received: from mout01.posteo.de ([185.67.36.65])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <kyle@HIDDEN>) id 1pqGNy-0003wP-Co
 for bug-guix@HIDDEN; Sat, 22 Apr 2023 12:46:56 -0400
Received: from submission (posteo.de [185.67.36.169]) 
 by mout01.posteo.de (Postfix) with ESMTPS id 384E0240163
 for <bug-guix@HIDDEN>; Sat, 22 Apr 2023 18:46:51 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017;
 t=1682182011; bh=b4HY4CpgZ2pPKuC+UZT93elg9m4aLBDFLXv4vBqZyyY=;
 h=From:To:Subject:Date:From;
 b=lyZ3qKEapcxNry4fn5Y3f8mupkjjqkssAgvut7ONAIpEWzdfW8qZLE+u38HErboqH
 5UcYTb69TKp6+jQq77xHSemccysVRYYeRQEgo/qbrH1Bi9PUFkJz1tOMxRUCTiEMVY
 oL6wgrPjLEyqIBFVs2MuQ6hg3BKzI4txO5E1olTjD10C9LcRrxyrFr6HTvJJ4uy7oi
 pMvpHOWIDQFGyQPZGGV8jwlA+cK0nei185Cg5ouk/kie/cMxJ1cSkgXdIvHaq7HpIi
 ZzyDyqhuLzBDlonx2tK9aagfD+I2T9xmGXSaaMUTdU0cpw3QfCP8fIep+fitQpk4SN
 nmE8e/X1gO7Bg==
Received: from customer (localhost [127.0.0.1])
 by submission (posteo.de) with ESMTPSA id 4Q3cjr3wQkz9rxQ
 for <bug-guix@HIDDEN>; Sat, 22 Apr 2023 18:46:40 +0200 (CEST)
From: Kyle Andrews <kyle@HIDDEN>
To: bug-guix@HIDDEN
Subject: restic is nine versions out of date
Date: Sat, 22 Apr 2023 16:03:29 +0000
Message-ID: <87v8hnkgpe.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
Received-SPF: pass client-ip=185.67.36.65; envelope-from=kyle@HIDDEN;
 helo=mout01.posteo.de
X-Spam_score_int: -43
X-Spam_score: -4.4
X-Spam_bar: ----
X-Spam_report: (-4.4 / 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_MED=-2.3, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001,
 SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: -1.3 (-)
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.3 (--)


Dear Guix,

I rely on restic for my long-term backup solution and it worries me that the version currently provided by Guix is so ancient. Restic 0.9.6 was released in 2019 and there have been 9 major updates since then. I'm particularly interested in the compression support added in restic 0.14.0, but there are many other bug fixes and improvements which have been added. The latest release from January of this year is 0.15.1.

There was a recent appeal for help on the help-guix mailing list:

=> https://lists.gnu.org/archive/html/help-guix/2023-03/msg00117.html

I'm filing this bug report since I'm worried that the people who are most knowledge about Go in Guix might not check that mailing list as frequently. 

Cheers,
Kyle




Acknowledgement sent to Kyle Andrews <kyle@HIDDEN>:
New bug report received and forwarded. Copy sent to bug-guix@HIDDEN. Full text available.
Report forwarded to bug-guix@HIDDEN:
bug#63019; Package guix. 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, 12 Jan 2025 05:45:02 UTC

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