guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: encfs: Update to 1.9.1.


From: Tobias Geerinckx-Rice
Subject: 03/03: gnu: encfs: Update to 1.9.1.
Date: Tue, 27 Sep 2016 22:20:37 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit ffabdc185c52f2adef49e326d76e1f304872161e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Sep 27 14:21:56 2016 +0200

    gnu: encfs: Update to 1.9.1.
    
    * gnu/packages/crypto.scm (encfs): Update to 1.9.1.
---
 gnu/packages/crypto.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 8280384..40c9a74 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -171,7 +171,7 @@ communication.")
 (define-public encfs
   (package
     (name "encfs")
-    (version "1.9")
+    (version "1.9.1")
     (source
      (origin
        (method url-fetch)
@@ -180,7 +180,7 @@ communication.")
                        version "/encfs-" version ".tar.gz"))
        (sha256
         (base32
-         "1gzlhq2dlwan3hll414wqinj92lb05wd4j370j190dgcalaxplih"))
+         "1906254dg5hwljh0h4gyrw09ms3b57dlhjfzhfzffv50yzpkl837"))
        (modules '((guix build utils)))
        ;; Remove bundled dependencies in favour of proper inputs.
        (snippet '(for-each delete-file-recursively



reply via email to

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