guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: go-golang-zx2c4-com-wireguard: Update to 0.0.0-2023121115384


From: guix-commits
Subject: 02/05: gnu: go-golang-zx2c4-com-wireguard: Update to 0.0.0-20231211153847-12269c276173.
Date: Mon, 12 Aug 2024 08:45:38 -0400 (EDT)

sharlatan pushed a commit to branch master
in repository guix.

commit 60068877525b67ca1481bd7e0c1a9ae6ac33a9b5
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Thu Aug 8 22:04:23 2024 +0300

    gnu: go-golang-zx2c4-com-wireguard: Update to 
0.0.0-20231211153847-12269c276173.
    
    * gnu/packages/golang.scm (go-golang-zx2c4-com-wireguard): Update to 
0.0.0-20231211153847-12269c276173.
    
    Change-Id: I06d512c76ff79e154d6878e8430b0e263261e5a0
    Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
 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 @@ additions.")
 (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 @@ additions.")
        ;; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]