mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
gnu: bindfs: Update to 1.17.4.
* gnu/packages/file-systems.scm (bindfs): Update to 1.17.4.
This commit is contained in:
parent
bc537f4290
commit
3f2acdbd31
1 changed files with 2 additions and 2 deletions
|
@ -176,14 +176,14 @@ (define-public autofs
|
|||
(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"
|
||||
|
|
Loading…
Reference in a new issue