aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/file-systems.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-07-23 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-07-23 02:00:00 +0200
commit3f2acdbd3117217eb02d2fceaa1ad29ba2fca3fb (patch)
tree31091878881ec196c6c092368ec1579cda82fef8 /gnu/packages/file-systems.scm
parentbc537f42908ceb4ffc66bc663a024ca37088cc0a (diff)
downloadguix-3f2acdbd3117217eb02d2fceaa1ad29ba2fca3fb.tar.gz
guix-3f2acdbd3117217eb02d2fceaa1ad29ba2fca3fb.zip
gnu: bindfs: Update to 1.17.4.
* gnu/packages/file-systems.scm (bindfs): Update to 1.17.4.
Diffstat (limited to 'gnu/packages/file-systems.scm')
-rw-r--r--gnu/packages/file-systems.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 0798325029..a76e6c74c1 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -176,14 +176,14 @@ large and/or frequently changing (network) environment.")
(define-public bindfs
(package
(name "bindfs")
- (version "1.15.1")
+ (version "1.17.4")
(source (origin
(method url-fetch)
(uri (string-append "https://bindfs.org/downloads/bindfs-"
version ".tar.gz"))
(sha256
(base32
- "1av8dj9i1g0105fs5r9srqqsp7yahlhwc0yl8i1szyfdls23bp84"))))
+ "1k1xkyjk8ms11djbhlmykkzfbcids6ls5vpq7rhdnazcladszm3g"))))
(build-system gnu-build-system)
(arguments
;; XXX: The tests have no hope of passing until there is a "nogroup"