mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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 @@ 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 "1")
|
(let ((revision "2")
|
||||||
(commit "bae1d15f6421cbe99b3e2e134c39d50248e7c261"))
|
(commit "87f90a2dae7a4adb7a0a314e27abae9aa1de78fb"))
|
||||||
(package
|
(package
|
||||||
(name "xfstests")
|
(name "xfstests")
|
||||||
(version (git-version "1.1.0" revision commit))
|
(version (git-version "1.1.0" revision commit))
|
||||||
|
@ -1220,7 +1220,7 @@ APFS.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "01y7dx5sx1xg3dycqlp2b6azclz3xcnx7vdy2rr6zmf210501xd9"))))
|
(base32 "11p690k7h4f00bd14r60xa8sw34x14bh5rfd6x7j8gbkpsgsidli"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue