me
/
guix
Archived
1
0
Fork 0

gnu: libnfs: Update to 4.0.0.

* gnu/packages/file-systems.scm (libnfs): Update to 4.0.0.
master
Brice Waegeneire 2020-06-12 11:39:47 +02:00
parent b610003458
commit acb8588819
No known key found for this signature in database
GPG Key ID: A94903A166A18FAE
1 changed files with 2 additions and 2 deletions

View File

@ -860,7 +860,7 @@ A simple @command{eatmydata} script is included that does this for you.")
(define-public libnfs (define-public libnfs
(package (package
(name "libnfs") (name "libnfs")
(version "3.0.0") (version "4.0.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -869,7 +869,7 @@ A simple @command{eatmydata} script is included that does this for you.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"115p55y2cbs92z5lmcnjx1v29lwinpgq4sha9v1kq1vd8674h404")))) "0i27wd4zvhjz7620q043p4d4mkx8zv2yz9adm1byin47dynahyda"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(home-page "https://github.com/sahlberg/libnfs") (home-page "https://github.com/sahlberg/libnfs")
(native-inputs (native-inputs