gnu: disorderfs: Update to 0.5.5.

* gnu/packages/file-systems.scm (disorderfs): Update to 0.5.5.
This commit is contained in:
Tobias Geerinckx-Rice 2018-10-30 21:49:28 +01:00
parent 58cd3123ac
commit becee7029f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -107,7 +107,7 @@ (define-public httpfs2
(define-public disorderfs (define-public disorderfs
(package (package
(name "disorderfs") (name "disorderfs")
(version "0.5.4") (version "0.5.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -117,7 +117,7 @@ (define-public disorderfs
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1mw4ix9h17ikki8p2rxdvzp87rcm1c7by5lvfn5gxlxr7hlj9f8g")))) "18c32qcdzbxrzg7srnqnw1ls9yqqxyk9b996yxr6w2znw6x6n8v4"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
@ -126,7 +126,7 @@ (define-public disorderfs
("attr" ,attr))) ("attr" ,attr)))
(arguments (arguments
`(#:phases (modify-phases %standard-phases `(#:phases (modify-phases %standard-phases
(delete 'configure)) (delete 'configure)) ; no configure script
#:make-flags (let ((out (assoc-ref %outputs "out"))) #:make-flags (let ((out (assoc-ref %outputs "out")))
(list (string-append "PREFIX=" out))) (list (string-append "PREFIX=" out)))
#:test-target "test" #:test-target "test"