mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libnfs: Update to 4.0.0.
* gnu/packages/file-systems.scm (libnfs): Update to 4.0.0.
This commit is contained in:
parent
b610003458
commit
acb8588819
1 changed files with 2 additions and 2 deletions
|
@ -860,7 +860,7 @@ (define-public libeatmydata
|
|||
(define-public libnfs
|
||||
(package
|
||||
(name "libnfs")
|
||||
(version "3.0.0")
|
||||
(version "4.0.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -869,7 +869,7 @@ (define-public libnfs
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"115p55y2cbs92z5lmcnjx1v29lwinpgq4sha9v1kq1vd8674h404"))))
|
||||
"0i27wd4zvhjz7620q043p4d4mkx8zv2yz9adm1byin47dynahyda"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "https://github.com/sahlberg/libnfs")
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue