diff options
author | Sharlatan Hellseher <[email protected]> | 2025-01-08 20:40:23 +0000 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2025-01-21 23:47:45 +0000 |
commit | 7c7247efb01d197cb2ecdcd97f1ddab44a2977fa (patch) | |
tree | 55418c8f9bef2d9e6b1c90b5f3fed768ad226c5a | |
parent | fcc03256f1d1f08306b183dbf52303a44adb3e9f (diff) |
gnu: go-github-com-jtolds-gls: Update to 4.20.0.
* gnu/packages/golang.scm (go-github-com-jtolds-gls): Update to 4.20.0.
Change-Id: Id58e905a08ee1a961e46aa36c2d20ae951aca166
-rw-r--r-- | gnu/packages/golang.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 8aef5398d2..2a4c8d3185 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -2145,7 +2145,7 @@ termination.") (define-public go-github-com-jtolds-gls (package (name "go-github-com-jtolds-gls") - (version "4.20") + (version "4.20.0") (source (origin (method git-fetch) (uri (git-reference |