summaryrefslogtreecommitdiff
path: root/gnu/packages/golang.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-11-24 10:26:32 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-21 23:41:42 +0000
commit9372925b277f647f8524d571968314dc14e5e24a (patch)
tree8b86a6fdf7e65307a0c0f533d4c54aa7f6488a28 /gnu/packages/golang.scm
parentb5a55f662d238bf1f31fee8bd4bc32e90417ad29 (diff)
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
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r--gnu/packages/golang.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index ed5fa4a916..93934670f4 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3208,7 +3208,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)
@@ -3218,12 +3218,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")