mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: rewritefs: Update to 0.0.0-1.3a56de8.
* gnu/packages/file-systems.scm (rewritefs): Update to 0.0.0-1.3a56de8. [inputs]: Upgrade fuse-2 to fuse (3).
This commit is contained in:
parent
924b6646f0
commit
c52dfda32a
1 changed files with 4 additions and 5 deletions
|
@ -1770,9 +1770,8 @@ (define-public go-github-com-hanwen-fuse
|
|||
(license license:bsd-3)))
|
||||
|
||||
(define-public rewritefs
|
||||
(let ((revision "0")
|
||||
;; This is the last commit supporting our fuse@2.
|
||||
(commit "31e2810b596028a12e49a08664567755f4b387b2"))
|
||||
(let ((revision "1")
|
||||
(commit "3a56de8b5a2d44968b8bc3885c7d661d46367306"))
|
||||
(package
|
||||
(name "rewritefs")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
|
@ -1784,7 +1783,7 @@ (define-public rewritefs
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0k1aas2bdq2l3a6q3fvmngpakcxiws8qny2w6z7ffngyqxh33fv7"))))
|
||||
(base32 "1w2rik0lhqm3wr68x51zs45gqfx79l7fi4p0sqznlfq7sz5s8xxn"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:modules ((srfi srfi-26)
|
||||
|
@ -1805,7 +1804,7 @@ (define-public rewritefs
|
|||
(native-inputs
|
||||
(list pkg-config))
|
||||
(inputs
|
||||
(list fuse-2 pcre))
|
||||
(list fuse pcre))
|
||||
(home-page "https://github.com/sloonz/rewritefs")
|
||||
(synopsis "FUSE file system that changes particular file names")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue