mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: bindfs: Update to 1.15.1.
* gnu/packages/file-systems.scm (bindfs): Update to 1.15.1.
This commit is contained in:
parent
5929668ee8
commit
f4618b13d8
1 changed files with 2 additions and 2 deletions
|
@ -151,14 +151,14 @@ (define-public autofs
|
||||||
(define-public bindfs
|
(define-public bindfs
|
||||||
(package
|
(package
|
||||||
(name "bindfs")
|
(name "bindfs")
|
||||||
(version "1.14.8")
|
(version "1.15.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://bindfs.org/downloads/bindfs-"
|
(uri (string-append "https://bindfs.org/downloads/bindfs-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15y4brlcrqhxl6z73785m0dr1vp2q3wc6xss08x9jjr0apzmmjp5"))))
|
"1av8dj9i1g0105fs5r9srqqsp7yahlhwc0yl8i1szyfdls23bp84"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; XXX: The tests have no hope of passing until there is a "nogroup"
|
;; XXX: The tests have no hope of passing until there is a "nogroup"
|
||||||
|
|
Loading…
Reference in a new issue