guix-commits
[Top][All Lists]
Advanced

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

08/88: gnu: go-github-com-spf13-afero: Update to 1.6.0.


From: guix-commits
Subject: 08/88: gnu: go-github-com-spf13-afero: Update to 1.6.0.
Date: Fri, 6 Dec 2024 16:17:18 -0500 (EST)

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

commit 7e02cec4ebac57a1c0a261f92b62690f7fb13040
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Nov 24 10:26:27 2024 +0000

    gnu: go-github-com-spf13-afero: Update to 1.6.0.
    
    * gnu/packages/golang.scm (go-github-com-spf13-afero): Update to 1.6.0.
    
    Change-Id: Iee577be145783146c9312ac0469ae91dddb89227
---
 gnu/packages/golang.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 49ea8113cc..d0f1314240 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3181,7 +3181,9 @@ containers.")
 (define-public go-github-com-spf13-afero
   (package
     (name "go-github-com-spf13-afero")
-    (version "1.2.2")
+    ;; TODO: It's the latest version which does not require
+    ;; google.golang.org/api, pulling 400+ missing dependencies.
+    (version "1.6.0")
     (source
      (origin
        (method git-fetch)
@@ -3191,7 +3193,7 @@ containers.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0j9r65qgd58324m85lkl49vk9dgwd62g7dwvkfcm3k6i9dc555a9"))))
+         "0yi8p0yxiidpcg4cagxg2iyqcaapsng89rak4qyxmgails2fqg37"))))
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/spf13/afero"))



reply via email to

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