guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit bbd974b03c7d73312ae9b16a50e1d00af674e378
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri May 15 22:13:16 2026 +0100
gnu: go-github-com-hanwen-go-fuse-v2: Update to 2.10.1.
* gnu/packages/golang-xyz.scm (go-github-com-hanwen-go-fuse-v2): Update to
2.10.1.
Change-Id: I763b8401e6b324395bd768f42d670642655d0bd5
---
gnu/packages/golang-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 5c44bfacdb..727f89fcc2 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -13293,7 +13293,7 @@ It converts raw time durations into a more readable
format, such as
(package
(inherit go-github-com-hanwen-go-fuse)
(name "go-github-com-hanwen-go-fuse-v2")
- (version "2.9.0") ;check go,mod in gocryptfs before upgrading
+ (version "2.10.1")
(source
(origin
(method git-fetch)
@@ -13302,7 +13302,7 @@ It converts raw time durations into a more readable
format, such as
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "08z0l2pnbbmrnf6fgrbdzbyq9vkb27bvdbh3yi5zryy59nkz9hcs"))))
+ (base32 "08dss1r2v9xqijf71wpfcslm57k069ds2cikxy9hwzc8ppn5vzl5"))))
(build-system go-build-system)
(arguments
(substitute-keyword-arguments