mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gocryptfs: Update to 2.5.1.
* gnu/packages/file-systems.scm (gocryptfs): Update to 2.5.1. Change-Id: I89e06b43b28ad3f84b2341e173ab31108d89ed39
This commit is contained in:
parent
96fe9adf54
commit
80fb23971f
1 changed files with 2 additions and 2 deletions
|
@ -499,7 +499,7 @@ significantly increases the risk of irreversible data loss!")
|
|||
(define-public gocryptfs
|
||||
(package
|
||||
(name "gocryptfs")
|
||||
(version "2.4.0")
|
||||
(version "2.5.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -508,7 +508,7 @@ significantly increases the risk of irreversible data loss!")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"08pdfx6bs1dc2k7xv54x7i1qbych4a7dlf31qwcm9wlz7lr5lawm"))))
|
||||
"0ai30h56qvp31a3rl72biwx8w9blmi7va7d1bflmxbp41zhl6dn9"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue