diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-19 17:18:26 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-19 23:45:57 +0100 |
commit | 903deeea53a5fbe814357e71b65717873b166f9d (patch) | |
tree | f089ec90294597f6715a30128b20af6323881b81 /gnu | |
parent | cf0ea81579d7b95d09bf8033501dbb912ad7099d (diff) | |
download | guix-903deeea53a5fbe814357e71b65717873b166f9d.tar guix-903deeea53a5fbe814357e71b65717873b166f9d.tar.gz |
gnu: archivemount: Update to 0.8.12.
* gnu/packages/linux.scm (archivemount): Update to 0.8.12.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index c32f95b08e..f7114e0925 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1839,15 +1839,14 @@ file system is as easy as logging into the server with an SSH client.") (define-public archivemount (package (name "archivemount") - (version "0.8.9") + (version "0.8.12") (source (origin (method url-fetch) (uri (string-append "http://www.cybernoia.de/software/archivemount/" "archivemount-" version ".tar.gz")) (sha256 - (base32 - "0v4si1ri6lhnq9q87gkx7fsh6lv6xz4bynknwndqncpvfp5cy1jg")))) + (base32 "12fb8fcmd1zwvfgzx4pay47md5cr2kgxcgq82cm6skmq75alfzi4")))) (build-system gnu-build-system) (inputs `(("fuse" ,fuse) ("libarchive" ,libarchive))) |