gnu: xfstests: Update to 1.1.0-3.8de535c.

* gnu/packages/file-systems.scm (xfstests): Update to 1.1.0-3.8de535c.
This commit is contained in:
Tobias Geerinckx-Rice 2023-08-06 02:00:00 +02:00
parent dba16b7173
commit ef919436f6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1201,8 +1201,8 @@ (define-public apfs-fuse
(define-public xfstests
;; The last release (1.1.0) is from 2011.
(let ((revision "2")
(commit "87f90a2dae7a4adb7a0a314e27abae9aa1de78fb"))
(let ((revision "3")
(commit "8de535c53887bb49adae74a1b2e83e77d7e8457d"))
(package
(name "xfstests")
(version (git-version "1.1.0" revision commit))
@ -1214,7 +1214,7 @@ (define-public xfstests
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "11p690k7h4f00bd14r60xa8sw34x14bh5rfd6x7j8gbkpsgsidli"))))
(base32 "1sbkryl04xflrk6jb4fsl3h2whilj5m3vpdkpwwb26idp7ckjjv6"))))
(build-system gnu-build-system)
(arguments
`(#:phases