me
/
guix
Archived
1
0
Fork 0

gnu: fio: Update to 3.13.

* gnu/packages/benchmark.scm (fio): Update to 3.13.
master
Marius Bakke 2019-03-15 16:20:29 +01:00
parent b12af3fd1e
commit ce32ce7047
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -38,14 +38,14 @@
(define-public fio
(package
(name "fio")
(version "3.11")
(version "3.13")
(source (origin
(method url-fetch)
(uri (string-append "http://brick.kernel.dk/snaps/"
"fio-" version ".tar.bz2"))
(sha256
(base32
"0s8m0wcz5j6sa1hblj80wk3syy5b4shg7y3gabvm9xa3wj0lzasa"))))
"0ddj7zm04jqlna3w61qyp4qvwnv0r2lc1hzpwrgbvv4fq581w7d2"))))
(build-system gnu-build-system)
(arguments
'(#:test-target "test"