all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 72519@debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Subject: [bug#72519] [PATCH v2 2/3] gnu: go-golang-zx2c4-com-wireguard: Update to 0.0.0-20231211153847-12269c276173.
Date: Thu,  8 Aug 2024 22:04:23 +0300	[thread overview]
Message-ID: <a2e538293a9984561857d27177842909727ca015.1723143823.git.poptsov.artyom@gmail.com> (raw)
In-Reply-To: <cover.1723143823.git.poptsov.artyom@gmail.com>

* gnu/packages/golang.scm (go-golang-zx2c4-com-wireguard): Update to 0.0.0-20231211153847-12269c276173.

Change-Id: I06d512c76ff79e154d6878e8430b0e263261e5a0
---
 gnu/packages/golang.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 50ac5328c6..b554d85725 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7217,7 +7217,7 @@ (define-public go-github-com-gologme-log
 (define-public go-golang-zx2c4-com-wireguard
   (package
     (name "go-golang-zx2c4-com-wireguard")
-    (version "0.0.20211016")
+    (version "0.0.0-20231211153847-12269c276173")
     (source
      (origin
        (method git-fetch)
@@ -7226,11 +7226,11 @@ (define-public go-golang-zx2c4-com-wireguard
        ;; source: golang.zx2c4.com/wireguard
        (uri (git-reference
              (url "https://git.zx2c4.com/wireguard-go/")
-             (commit version)))
+             (commit (go-version->git-ref version))))
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "09a4gsh75a8bj71wr042afrma9frriqp60cm0cx6c9a8lv5yzzi0"))))
+         "1fbc6m0ahifhrd6jdrpdxi8l3b2slpp8fmv20kpq2yzz19vzzgkf"))))
     (build-system go-build-system)
     (arguments
      '(;; XXX: Failed on newer version of Golang, the recent release requires
-- 
2.45.2





  parent reply	other threads:[~2024-08-08 19:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1723143823.git.poptsov.artyom@gmail.com>
2024-08-08 19:04 ` [bug#72519] [PATCH v2 1/3] gnu: go-github-com-cheggaaa-pb-v3: Update to 3.1.5 Artyom V. Poptsov
2024-08-08 19:04 ` Artyom V. Poptsov [this message]
2024-08-08 19:04 ` [bug#72519] [PATCH v2 3/3] gnu: yggdrasil: Update to 0.5.7 Artyom V. Poptsov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a2e538293a9984561857d27177842909727ca015.1723143823.git.poptsov.artyom@gmail.com \
    --to=poptsov.artyom@gmail.com \
    --cc=72519@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.