gnu: xfstests: Update to 1.1.0-1.bae1d15.

* gnu/packages/file-systems.scm (xfstests): Update to 1.1.0-1.bae1d15.
This commit is contained in:
Tobias Geerinckx-Rice 2021-11-07 22:49:08 +01:00
parent 6a36f4e4fc
commit 031906be76
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1028,8 +1028,8 @@ (define-public apfs-fuse
(define-public xfstests
;; The last release (1.1.0) is from 2011.
(let ((revision "0")
(commit "1c18b9ec2fcc94bd05ecdd136aa51c97bf3fa70d"))
(let ((revision "1")
(commit "bae1d15f6421cbe99b3e2e134c39d50248e7c261"))
(package
(name "xfstests")
(version (git-version "1.1.0" revision commit))
@ -1041,7 +1041,7 @@ (define-public xfstests
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "0rrv0rs9nhaza0jk5k0bj27w4lcd1s4a1ls8nr679qi02bgx630x"))))
(base32 "01y7dx5sx1xg3dycqlp2b6azclz3xcnx7vdy2rr6zmf210501xd9"))))
(build-system gnu-build-system)
(arguments
`(#:phases