summaryrefslogtreecommitdiff
path: root/gnu/packages/golang.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-11-24 18:11:08 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-21 23:41:45 +0000
commitb789eff407015c35a95cd35c1fe78515dc3efd5b (patch)
tree6d750f78875b70568d2d92644076401081a1ae87 /gnu/packages/golang.scm
parent94cefaab3af82f96e2e7a910627a0f393c2b5446 (diff)
gnu: go-github-com-urfave-cli-v2: Update to 2.27.5.
* gnu/packages/golang.scm (go-github-com-urfave-cli-v2): Update to 2.27.5. [source]<patches>: Remove patch as no longer required. [propagated-inputs]: Add go-github-com-burntsushi-toml, go-github-com-go-md2man, go-github-com-xrash-smetrics, and go-gopkg-in-yaml-v3. * gnu/packages/patches/go-github-com-urfave-cli-fix-v2-tests.patch: Delete file. * gnu/local.mk: Deregister patch. Change-Id: I18c5b778b18d44bb8a6508440174cd87f5ec390a
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r--gnu/packages/golang.scm14
1 files changed, 8 insertions, 6 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index a1e4c73ef3..3784ec9a42 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -4242,7 +4242,7 @@ fast and distributable command line applications in an expressive way.")
(package
(inherit go-github-com-urfave-cli)
(name "go-github-com-urfave-cli-v2")
- (version "2.3.0")
+ (version "2.27.5")
(source
(origin
(method git-fetch)
@@ -4251,12 +4251,14 @@ fast and distributable command line applications in an expressive way.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "08pvn7gyfznni72xrxfh2x6xxa8ykr7l1ka278js8g8qkh71bj8l"))
- ;; XXX: Remove patch when updating.
- (patches
- (search-patches "go-github-com-urfave-cli-v2-fix-tests.patch"))))
+ (base32 "03237hi2jqvms9cif4varyap3j1dhzcf1mr809dm7ncvzk7gxg83"))))
(arguments
- '(#:import-path "github.com/urfave/cli/v2"))))
+ '(#:import-path "github.com/urfave/cli/v2"))
+ (propagated-inputs
+ (list go-github-com-burntsushi-toml
+ go-github-com-go-md2man
+ go-github-com-xrash-smetrics
+ go-gopkg-in-yaml-v3))))
(define-public go-github-com-go-md2man
(package