guix_mirror_bot pushed a commit to branch master
in repository guix.
commit eccf44b2d1936f5324f89f447cca451af477699e
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon May 25 21:46:35 2026 +0100
gnu: go-fxlint: Update to 1.24.0.
* gnu/packages/golang-apps.scm (go-fxlint): Update to 1.24.0.
Change-Id: Ib5e1ffbad1de673e55edd7660e04ff7ebf7064ae
---
gnu/packages/golang-apps.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/golang-apps.scm b/gnu/packages/golang-apps.scm
index b40aa93abc..bc59d2b42f 100644
--- a/gnu/packages/golang-apps.scm
+++ b/gnu/packages/golang-apps.scm
@@ -84,17 +84,16 @@ translators for Pygments lexers and styles.")
(define-public go-fxlint
(package
(name "go-fxlint")
- (version "0.0.0-20251227140935-d5da5b04ac90")
+ (version "1.24.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/uber-go/fx")
- (commit (go-version->git-ref version
- #:subdir "tools"))))
+ (commit (string-append "v" version ))))
(file-name (git-file-name name version))
(sha256
- (base32 "0yw9x95v82dcxh0zf13inz8c3q7p2hmzqzgja360b1yifi01rvrc"))))
+ (base32 "0iifq4gjd873l444qh32x2zzsz2yinrvpjsdfphxsfk1h0cyk4q9"))))
(build-system go-build-system)
(arguments
(list