aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/benchmark.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm
index ae7279f286..77dcd78331 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -34,7 +34,7 @@
(define-public fio
(package
(name "fio")
- (version "3.4")
+ (version "3.5")
(source (origin
(method url-fetch)
(uri (string-append
@@ -42,7 +42,7 @@
"fio-" version ".tar.bz2"))
(sha256
(base32
- "01dqvg5mgb4fh1jqqmi179k2rb517p4h4sr3mhlnd0alk1x12w8a"))))
+ "1rrzcrn07db4pffvi2q0d0k884bwcapx6r1rfv4yx9066snvx240"))))
(build-system gnu-build-system)
(arguments
'(#:test-target "test"
nux-container: Do not rely on 'isatty?'....Ludovic Courtès 2017-02-04activation: Set the right owner for home directories....Ludovic Courtès 2017-02-02Merge branch 'master' into core-updatesLeo Famulari 2017-02-01system: Create home directories once 'file-systems' is up....Ludovic Courtès 2017-01-31file-systems: Do not read superblocks past the end of a device....Ludovic Courtès 2017-01-26utils: Add helper method to make files writable....Marius Bakke 2017-01-10system: Add btrfs file system support....David Craven 2017-01-10file-systems: Refactor file-system predicates....David Craven 2017-01-10file-systems: Refactor check-file-system....David Craven 2017-01-06file-systems: Refactor file system detection logic....David Craven 2016-12-07gnu: cross-base: Move phases to (gnu build cross-toolchain)....Ludovic Courtès 2016-11-29gnu: Allow nfs file systems to be automatically mounted....John Darrington 2016-11-28vm: Avoid needless file copy in 'load-in-linux-vm'....Ludovic Courtès 2016-11-23install: Enable "cryptodisk" handling in GRUB....Ludovic Courtès 2016-11-23marionette: Add 'marionette-screen-text' using OCR....Ludovic Courtès 2016-11-23marionette: Delay synchronization with the host's REPL....Ludovic Courtès 2016-11-22marionette: Avoid use of SIGALRM for timeouts....Ludovic Courtès 2016-11-10container: Pass a list of <file-system> objects as things to mount....Ludovic Courtès 2016-11-06install: Extract procedure: install-grub-config....Chris Marusich 2016-11-06gnu: build: file-system: Change url of LUKS specification....ng0 2016-10-27file-systems: 'disk-partitions' detected partitions from mapped devices....Ludovic Courtès 2016-10-25svg: Autoload Guile-RSVG and Guile-Cairo....Ludovic Courtès 2016-10-25system: grub: Use Guile-{RSVG,Cairo} instead of Inkscape + ImageMagick....Ludovic Courtès 2016-10-19container: Allow 'container-excursion' to the same namespaces....Ludovic Courtès 2016-09-06activation: Don't fail if /var/lib exists....Leo Famulari 2016-09-06activation: Allow home directories to be created under /var/lib....David Craven 2016-09-05file-systems: Always use (guix build syscalls)....Ludovic Courtès 2016-08-29tests: Make sure /var/guix/gcroots/profiles is a valid symlink....Ludovic Courtès 2016-08-28system: Add 'create-home-directory?' field to <user-account>....Ludovic Courtès 2016-06-20vm: 'qemu-command' honors its argument....Ludovic Courtès 2016-05-31container: Gracefully report mount errors in the child process....Ludovic Courtès 2016-05-31container: Gracefully handle failure to set up user namespaces....Ludovic Courtès 2016-05-04Add (gnu tests) and (gnu build marionette)....Ludovic Courtès 2016-04-17file-systems: Add 'find-partition-by-luks-uuid'....Ludovic Courtès 2016-04-17file-systems: Separate ENOENT catching from ext2 superblock reads....Ludovic Courtès 2016-03-24activation: Copy account skeletons silently....Ludovic Courtès 2016-03-20system: Allow account skeletons to be directories....Ludovic Courtès 2016-03-14build: reset-timestamps: Include directories....Ricardo Wurmus