gnu: archivemount: Update to 0.8.9.
* gnu/packages/linux.scm (archivemount): Update to 0.8.9.
This commit is contained in:
parent
907254e513
commit
4f55b39fa7
|
@ -1758,7 +1758,7 @@ file system is as easy as logging into the server with an SSH client.")
|
||||||
(define-public archivemount
|
(define-public archivemount
|
||||||
(package
|
(package
|
||||||
(name "archivemount")
|
(name "archivemount")
|
||||||
(version "0.8.7")
|
(version "0.8.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(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"))
|
"archivemount-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1diiw6pnlnrnikn6l5ld92dx59lhrxjlqms8885vwbynsjl5q127"))))
|
"0v4si1ri6lhnq9q87gkx7fsh6lv6xz4bynknwndqncpvfp5cy1jg"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("fuse", fuse)
|
(inputs `(("fuse", fuse)
|
||||||
("libarchive", libarchive)))
|
("libarchive", libarchive)))
|
||||||
|
|
Loading…
Reference in New Issue