mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue