gnu: xfstests: Update to 1.1.0-2.87f90a2.
This fixes the build. * gnu/packages/file-systems.scm (xfstests): Update to 1.1.0-2.87f90a2.
This commit is contained in:
parent
cfbaef68eb
commit
32e022d574
1 changed files with 3 additions and 3 deletions
|
@ -1207,8 +1207,8 @@ (define-public apfs-fuse
|
|||
|
||||
(define-public xfstests
|
||||
;; The last release (1.1.0) is from 2011.
|
||||
(let ((revision "1")
|
||||
(commit "bae1d15f6421cbe99b3e2e134c39d50248e7c261"))
|
||||
(let ((revision "2")
|
||||
(commit "87f90a2dae7a4adb7a0a314e27abae9aa1de78fb"))
|
||||
(package
|
||||
(name "xfstests")
|
||||
(version (git-version "1.1.0" revision commit))
|
||||
|
@ -1220,7 +1220,7 @@ (define-public xfstests
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "01y7dx5sx1xg3dycqlp2b6azclz3xcnx7vdy2rr6zmf210501xd9"))))
|
||||
(base32 "11p690k7h4f00bd14r60xa8sw34x14bh5rfd6x7j8gbkpsgsidli"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue