me
/
guix
Archived
1
0
Fork 0

gnu: fio: Update to 3.23.

* gnu/packages/benchmark.scm (fio): Update to 3.23.
master
Tobias Geerinckx-Rice 2020-09-15 14:09:51 +02:00
parent 6493d0eec4
commit e880e63740
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -46,14 +46,14 @@
(define-public fio
(package
(name "fio")
(version "3.22")
(version "3.23")
(source (origin
(method url-fetch)
(uri (string-append "https://brick.kernel.dk/snaps/"
"fio-" version ".tar.bz2"))
(sha256
(base32
"0f2x917600y6k0xs34ixgfjm4v1ylbh8svpkqi07xy3474g5s2rv"))))
"0cy32431hv0i84yrryna5byj4r610n6i1rm8nfflnrznbf051axs"))))
(build-system gnu-build-system)
(arguments
'(#:test-target "test"