summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-03-10 00:08:12 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-03-11 06:42:56 +0100
commit4f55b39fa7b33646b898031be48fed761ffda4ee (patch)
tree338a2c9726bb945bb0c16de5729452f8889b7227
parent907254e513b8b50b0440b21d4deb34e7c4722ceb (diff)
downloadgnu-guix-4f55b39fa7b33646b898031be48fed761ffda4ee.tar
gnu-guix-4f55b39fa7b33646b898031be48fed761ffda4ee.tar.gz
gnu: archivemount: Update to 0.8.9.
* gnu/packages/linux.scm (archivemount): Update to 0.8.9.
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 57e033f9b5..e30453ba2f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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)))