gnu: diffoscope: Update to 81. * gnu/packages/package-management.scm (diffoscope): Update to 81.
gnu: Add emacs-calfw. * gnu/packages/emacs.scm (emacs-calfw): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
gnu: guile-xosd, guile-daemon: Switch to Guile 2.2. * gnu/packages/guile.scm (guile-xosd)[inputs]: Replace GUILE-2.0 with GUILE-2.2. (guile-daemon)[inputs]: Likewise.
gnu: guile-daemon: Update to 0.1.2. * gnu/packages/guile.scm (guile-daemon): Update to 0.1.2.
gnu: Add graphene. * gnu/packages/gtk.scm (graphene): New variable.
gnu: bullet: Update to 2.86.1. * gnu/packages/game-development.scm (bullet): Update to 2.86.1.
gnu: game-development: Use HTTPS where possible. * gnu/packages/game-development.scm (sfml)[home-page]: Use HTTPS. (physfs)[source, home-page]: Likewise. (aseprite)[home-page]: Likewise. (python-pygame)[home-page]: Likewise.
gnu: thefuck: Update to 3.16. * gnu/packages/admin.scm (thefuck): Update to 3.16.
gnu: offlineimap: Update to 7.1.0. * gnu/packages/mail.scm (offlineimap): Update to 7.1.0.
gnu: youtube-dl: Update to 2017.04.16. * gnu/packages/video.scm (youtube-dl): Update to 2017.04.16.
gnu: vim: Update to 8.0.0566. * gnu/packages/vim.scm (vim): Update to 8.0.0566. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
gnu: racket: Update to 6.8. * gnu/packages/scheme.scm (racket): Update to 6.8.
gnu: giac-xcas: Update to 1.2.3-37. * gnu/packages/algebra.scm (giac-xcas): Update to 1.2.3-37. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: asymptote: Update to 2.41 * gnu/packages/plotutils.scm (asymptote): Update to 2.41. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: idris: Fix idris-default-arguments. * gnu/packages/idris.scm (idris-default-arguments): Don't set IDRIS_LIBRARY_PATH before building and change --install to --build. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: idris: Update to 1.0. * gnu/packages/idris.scm (idris): Update to 1.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: speedtest-cli: Update to 1.0.3. * gnu/packages/networking.scm (speedtest-cli): Update to 1.0.3. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: ceph: Disable failing test. * gnu/packages/patches/ceph-disable-unittest-throttle.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/storage.scm (ceph)[source]: Use it.
gnu: rocksdb: Don't build static library. * gnu/packages/databases.scm (rocksdb)[arguments]<#:phases>: Add new Makefile substitution. Remove 'delete-static-library' phase. Adjust 'build-release-libraries' phase to match. <#:make-flags>: Remove redundant flag.
gnu: rocksdb: Disable failing test. * gnu/packages/databases.scm (rocksdb)[arguments]<#:phases>: Add one more test to 'disable-failing-tests' phase.