summaryrefslogtreecommitdiff
path: root/gnu/packages/golang.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-11-24 18:14:58 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-21 23:41:45 +0000
commit94cefaab3af82f96e2e7a910627a0f393c2b5446 (patch)
tree1463b07345ff29d519454a738dbc05f8fce841c9 /gnu/packages/golang.scm
parent85a9366d607a600b449baf8a7e6055756e6cc01d (diff)
gnu: go-github-com-urfave-cli: Update to 1.22.16.
* gnu/packages/golang.scm (go-github-com-urfave-cli): Update to 1.22.16. [source]: Remove patch. [native-iputs]: Add go-github-com-stretchr-testify. * gnu/packages/patches/go-github-com-urfave-cli-fix-tests.patch: Delete file. * gnu/local.mk: Deregister patch. Change-Id: If4f1db104fbdcd5b603003065c88110746d12ebb
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r--gnu/packages/golang.scm10
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 27f5ffa2fa..a1e4c73ef3 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -4212,7 +4212,7 @@ references.")
(define-public go-github-com-urfave-cli
(package
(name "go-github-com-urfave-cli")
- (version "1.22.2")
+ (version "1.22.16")
(source
(origin
(method git-fetch)
@@ -4222,11 +4222,13 @@ references.")
(file-name (git-file-name name version))
(sha256
(base32
- "10mcnvi5qmn00vpyk6si8gjka7p654wr9hac4zc9w5h3ickhvbdc"))
- (patches (search-patches "go-github-com-urfave-cli-fix-tests.patch"))))
+ "022abbjwr3g2vbyfbdc1hg09d753hfba21b69n2nkrx168ag5ahd"))))
(build-system go-build-system)
(arguments
- '(#:import-path "github.com/urfave/cli"))
+ (list
+ #:import-path "github.com/urfave/cli"))
+ (native-inputs
+ (list go-github-com-stretchr-testify))
(propagated-inputs
(list go-github-com-go-md2man))
(home-page "https://github.com/urfave/cli")