guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: bindfs: Update to 1.15.1.


From: guix-commits
Subject: 04/06: gnu: bindfs: Update to 1.15.1.
Date: Wed, 10 Mar 2021 18:47:34 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit f4618b13d85b3f24dd66655b313ec85b3336beb5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Mar 11 00:39:24 2021 +0100

    gnu: bindfs: Update to 1.15.1.
    
    * gnu/packages/file-systems.scm (bindfs): Update to 1.15.1.
---
 gnu/packages/file-systems.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 32f0db9..18d7aaf 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -151,14 +151,14 @@ large and/or frequently changing (network) environment.")
 (define-public bindfs
   (package
     (name "bindfs")
-    (version "1.14.8")
+    (version "1.15.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://bindfs.org/downloads/bindfs-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "15y4brlcrqhxl6z73785m0dr1vp2q3wc6xss08x9jjr0apzmmjp5"))))
+                "1av8dj9i1g0105fs5r9srqqsp7yahlhwc0yl8i1szyfdls23bp84"))))
     (build-system gnu-build-system)
     (arguments
      ;; XXX: The tests have no hope of passing until there is a "nogroup"



reply via email to

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