gnu: archivemount: Update to 0.8.9.

* gnu/packages/linux.scm (archivemount): Update to 0.8.9.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-10 00:08:12 +01:00
parent 907254e513
commit 4f55b39fa7
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1758,7 +1758,7 @@ file system is as easy as logging into the server with an SSH client.")
(define-public archivemount
(package
(name "archivemount")
(version "0.8.7")
(version "0.8.9")
(source
(origin
(method url-fetch)
@ -1766,7 +1766,7 @@ file system is as easy as logging into the server with an SSH client.")
"archivemount-" version ".tar.gz"))
(sha256
(base32
"1diiw6pnlnrnikn6l5ld92dx59lhrxjlqms8885vwbynsjl5q127"))))
"0v4si1ri6lhnq9q87gkx7fsh6lv6xz4bynknwndqncpvfp5cy1jg"))))
(build-system gnu-build-system)
(inputs `(("fuse", fuse)
("libarchive", libarchive)))