summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorluca <luca.kredel@web.de>2025-11-24 18:11:03 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-11-25 12:05:53 +0000
commita97ea10a01459e038d5e9d9063cfc885aece86ac (patch)
treea562c43559bc20bd3d32d13c6a1413bc9bd2b47b /gnu
parent41ff43f5de2d051284818d7ddfcdbdb55768eeb8 (diff)
gnu: gocryptfs: Update to 2.6.1.
* gnu/packages/file-systems.scm (gocryptfs): Update to 2.6.1. * gnu/packages/golang-xyz.scm (go-github-com-hanwen-go-fuse-v2): Update to 2.9.0 Change-Id: I5107ff0af88a6494be0ac15ff9dcad47a28c0481 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/file-systems.scm4
-rw-r--r--gnu/packages/golang-xyz.scm4
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 7db74f796a9..79d91aa2dc8 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -609,7 +609,7 @@ significantly increases the risk of irreversible data loss!")
(define-public gocryptfs
(package
(name "gocryptfs")
- (version "2.5.4")
+ (version "2.6.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -618,7 +618,7 @@ significantly increases the risk of irreversible data loss!")
(file-name (git-file-name name version))
(sha256
(base32
- "1glzq6syid1ws3wc9fk16z3vmphvgaf8dwr8hrg4s02bqqqhlcll"))))
+ "09cmvfjkv0nazw52f9vxf4br75wlyng81s6vslk5zqydlrqwa0mr"))))
(build-system go-build-system)
(arguments
(list
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index e350c23b468..f84016f9aaa 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -9988,7 +9988,7 @@ access to (URL) path parameters.")
(package
(inherit go-github-com-hanwen-go-fuse)
(name "go-github-com-hanwen-go-fuse-v2")
- (version "2.5.0") ;check go,mod in gocryptfs before upgrading
+ (version "2.9.0") ;check go,mod in gocryptfs before upgrading
(source
(origin
(method git-fetch)
@@ -9997,7 +9997,7 @@ access to (URL) path parameters.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0wgx8gwimgf7rp7j23cl6bxx1gzzarda2kqz91i64ydc124jsqmr"))))
+ (base32 "08z0l2pnbbmrnf6fgrbdzbyq9vkb27bvdbh3yi5zryy59nkz9hcs"))))
(build-system go-build-system)
(arguments
(substitute-keyword-arguments