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

commit 9b397aa786a70066e64af488b0dba4ab963fe4d2
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Nov 24 10:26:32 2024 +0000

    gnu: go-github-com-spf13-cast: Update to 1.7.0.
    
    * gnu/packages/golang.scm (go-github-com-spf13-cast): Update to 1.7.0.
    [native-inputs]: Remove go-github-com-stretchr-testify; add
    go-github-com-frankban-quicktest.
    
    Change-Id: Ifb1e93fa7fcb2d662f0c083e2c4f7ec41f9ff039
---
 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 20e27ff859..16fcf612ca 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3207,7 +3207,7 @@ containers.")
 (define-public go-github-com-spf13-cast
   (package
     (name "go-github-com-spf13-cast")
-    (version "1.3.1")
+    (version "1.7.0")
     (source
      (origin
        (method git-fetch)
@@ -3217,12 +3217,12 @@ containers.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0lb84788glr0qzrq2ifi36rgvp96qrgywvxrr3ggq5hrbr38hgn1"))))
+         "1l39v7zd8i8vvwls2frfxc583im5nj5x5lrdss4pcc36cd5a9vf4"))))
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/spf13/cast"))
     (native-inputs
-     (list go-github-com-stretchr-testify))
+     (list go-github-com-frankban-quicktest))
     (home-page "https://github.com/spf13/cast";)
     (synopsis "Safe and easy casting from one type to another in Go")
     (description "Safe and easy casting from one type to another in Go")

Reply via email to