From d1eb74c702b45b4bb92fd49617fd0ca0e9620d2a Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 15 May 2026 22:13:16 +0100 Subject: [PATCH] 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 5dc6bfac2a7..5507a5bebb6 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