me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/file-systems.scm (xfstests): Update to 1.1.0-1.bae1d15.
master
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
1 changed files with 3 additions and 3 deletions

View File

@ -1028,8 +1028,8 @@ APFS.")
(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 @@ APFS.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "0rrv0rs9nhaza0jk5k0bj27w4lcd1s4a1ls8nr679qi02bgx630x"))))
(base32 "01y7dx5sx1xg3dycqlp2b6azclz3xcnx7vdy2rr6zmf210501xd9"))))
(build-system gnu-build-system)
(arguments
`(#:phases