guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: archivemount: Update to 0.8.9.


From: Tobias Geerinckx-Rice
Subject: 01/04: gnu: archivemount: Update to 0.8.9.
Date: Sun, 11 Mar 2018 00:43:30 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 4f55b39fa7b33646b898031be48fed761ffda4ee
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Mar 10 00:08:12 2018 +0100

    gnu: archivemount: Update to 0.8.9.
    
    * gnu/packages/linux.scm (archivemount): Update to 0.8.9.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 57e033f..e30453b 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]