diff options
author | Felix Lechner <felix.lechner@lease-up.com> | 2025-02-20 11:26:27 -0800 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2025-02-20 16:02:03 -0500 |
commit | 1ce2226aec1e5b5f5cdeff47c0452a46e6c608a5 (patch) | |
tree | d6c95a212a7399bca9b2861944496d771c886c0e /gnu/packages/golang-xyz.scm | |
parent | 013cc1952a89af1f8a17a4e79b26c55f61350181 (diff) |
gnu: go-github-com-hanwen-go-fuse-v2: Downgrade to 2.5.0.
Fixes <https://issues.guix.gnu.org/76444>.
* gnu/packages/golang-xyz.scm (go-github-com-hanwen-go-fuse-v2): Downgrade to
2.5.0.
Change-Id: Idf9059dc969b3c4447e2576ae0601199f20e2525
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/packages/golang-xyz.scm')
-rw-r--r-- | gnu/packages/golang-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 2539311e1b..67957caae0 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -6886,7 +6886,7 @@ provides a buffered io.Writer that is flushed at a timed interval.") (package (inherit go-github-com-hanwen-go-fuse) (name "go-github-com-hanwen-go-fuse-v2") - (version "2.7.2") + (version "2.5.0") ;check go,mod in gocryptfs before upgrading (source (origin (method git-fetch) @@ -6895,7 +6895,7 @@ provides a buffered io.Writer that is flushed at a timed interval.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1fcf94chf9ffgjk0wcpnlz0kfb69m2fwzfn4k348kal75x178aar")))) + (base32 "0wgx8gwimgf7rp7j23cl6bxx1gzzarda2kqz91i64ydc124jsqmr")))) (build-system go-build-system) (arguments (substitute-keyword-arguments |