1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-05 15:54:07 +02:00

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
This commit is contained in:
Sharlatan Hellseher
2026-05-15 22:13:16 +01:00
parent 2d296a3e96
commit d1eb74c702
+2 -2
View File
@@ -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