guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: go-golang-zx2c4-com-wireguard: Fix downloading source.


From: guix-commits
Subject: 02/03: gnu: go-golang-zx2c4-com-wireguard: Fix downloading source.
Date: Thu, 2 Dec 2021 07:36:41 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit d19e646c83361c11cc8639ecd907fd1b5b1a0a3d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Dec 2 14:13:27 2021 +0200

    gnu: go-golang-zx2c4-com-wireguard: Fix downloading source.
    
    * gnu/packages/golang.scm (go-golang-zx2c4-com-wireguard)[source]:
    Adjust commit string in git-reference.
---
 gnu/packages/golang.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 4ff6b86..754724a 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -8152,7 +8152,7 @@ JSON data to the machine.")
        ;; source: golang.zx2c4.com/wireguard
        (uri (git-reference
              (url "https://git.zx2c4.com/wireguard-go/";)
-             (commit (string-append "v" version))))
+             (commit version)))
        (file-name (git-file-name name version))
        (sha256
         (base32



reply via email to

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