diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-11 00:39:24 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-11 00:46:02 +0100 |
commit | f4618b13d85b3f24dd66655b313ec85b3336beb5 (patch) | |
tree | 4c740f692482267e8e0c2a69c474a9dc360582f3 | |
parent | 5929668ee8b24d23a0d59b6380201bd634631226 (diff) | |
download | guix-f4618b13d85b3f24dd66655b313ec85b3336beb5.tar.gz |
gnu: bindfs: Update to 1.15.1.
* gnu/packages/file-systems.scm (bindfs): Update to 1.15.1.
-rw-r--r-- | gnu/packages/file-systems.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index 32f0db91d8..18d7aaffce 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" |