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:
parent
6a36f4e4fc
commit
031906be76
1 changed files with 3 additions and 3 deletions
|
@ -1028,8 +1028,8 @@ APFS.")
|
||||||
|
|
||||||
(define-public xfstests
|
(define-public xfstests
|
||||||
;; The last release (1.1.0) is from 2011.
|
;; The last release (1.1.0) is from 2011.
|
||||||
(let ((revision "0")
|
(let ((revision "1")
|
||||||
(commit "1c18b9ec2fcc94bd05ecdd136aa51c97bf3fa70d"))
|
(commit "bae1d15f6421cbe99b3e2e134c39d50248e7c261"))
|
||||||
(package
|
(package
|
||||||
(name "xfstests")
|
(name "xfstests")
|
||||||
(version (git-version "1.1.0" revision commit))
|
(version (git-version "1.1.0" revision commit))
|
||||||
|
@ -1041,7 +1041,7 @@ APFS.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0rrv0rs9nhaza0jk5k0bj27w4lcd1s4a1ls8nr679qi02bgx630x"))))
|
(base32 "01y7dx5sx1xg3dycqlp2b6azclz3xcnx7vdy2rr6zmf210501xd9"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in a new issue