summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/go-github-com-urfave-cli-v2-fix-tests.patch
AgeCommit message (Collapse)Author
2025-01-21gnu: go-github-com-urfave-cli-v2: Update to 2.27.5.Sharlatan Hellseher
* 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
2021-09-09gnu: go-github-com-urfave-cli-v2: Fix tests when building with Go 1.17.Sarah Morgensen
* gnu/packages/patches/go-github-com-urfave-cli-v2-fix-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/golang.scm (go-github-com-urfave-cli-v2)[origin]: Apply it. Signed-off-by: Leo Famulari <[email protected]>