guix-commits
[Top][All Lists]
Advanced

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

44/63: gnu: go-github-com-matryer-try: Update to 0.0.0-20161228173917-9a


From: guix-commits
Subject: 44/63: gnu: go-github-com-matryer-try: Update to 0.0.0-20161228173917-9ac251b645a2.
Date: Sat, 28 Dec 2024 11:13:43 -0500 (EST)

sharlatan pushed a commit to branch go-team
in repository guix.

commit 7e6437c39c7a700d8ca84df5315fdd0c77fa79e8
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Dec 28 14:51:22 2024 +0000

    gnu: go-github-com-matryer-try: Update to 0.0.0-20161228173917-9ac251b645a2.
    
    * gnu/packages/golang-xyz.scm (go-github-com-matryer-try): Update to 
0.0.0-20161228173917-9ac251b645a2.
    
    Change-Id: Ib846bc3295ccde07f5a7256dc8c59b4ad64e3c09
---
 gnu/packages/golang-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 25de1b8730..bd76afaf23 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -7730,16 +7730,16 @@ functions.")
 (define-public go-github-com-matryer-try
   (package
     (name "go-github-com-matryer-try")
-    (version "1")
+    (version "0.0.0-20161228173917-9ac251b645a2")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/matryer/try";)
-             (commit (string-append "v" version))))
+             (commit (go-version->git-ref version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "15f0m5ywihivnvwzcw0mh0sg27aky9rkywvxqszxka9q051qvsmy"))))
+        (base32 "19fnqmpl3p54vmxgm1hmqvdc87brqx754wf3cdhq1bj04fcbb5h9"))))
     (build-system go-build-system)
     (arguments
      (list



reply via email to

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