gnu: emacs-which-key: Update to 3.0.2. * gnu/packages/emacs.scm (emacs-which-key): Update to 3.0.2. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: emacs-neotree: Update to 0.5.2. * gnu/packages/emacs.scm (emacs-neotree): Update to 0.5.2. [source](uri): Adjust URL to tag change. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: redis: Update to 4.0.2. * gnu/packages/databases.scm (redis): Update to 4.0.2.
gnu: sdl2: Update to 2.0.7 and enable Wayland backend. * gnu/packages/sdl.scm (sdl2): Update to 2.0.7. [inputs]: Add wayland, wayland-protocols, libxkbcommon. [arguments]: Add '--disable-wayland-shared' to #:configure-flags. Co-authored-by: Marius Bakke <mbakke@fastmail.com>
gnu: add disorderfs. * gnu/packages/file-systems.scm (disorderfs): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: python-decorator: Update to 4.1.2. * gnu/packages/python.scm (python-decorator): Update to 4.1.2. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: calibre: Install mimetypes. * gnu/packages/ebook.scm (calibre)[arguments]: Install mimetypes xml file. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: calibre: Add optipng as an input. * gnu/packages/ebook.scm (calibre)[inputs]: Add optipng. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: calibre: Add python2-dukpy as an input. * gnu/packages/ebook.scm (calibre)[inputs]: Add python2-dukpy. dukpy was unbundled from Calibre, so we need to to use the Guix version. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: Add python-dukpy, python2-dukpy. gnu/packages/python.scm (python-dukpy, python2-dukpy): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: calibre: Update to 3.11.1. * gnu/packages/ebook.scm (calibre): Update to 3.11.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: retroarch: Enable Wayland support. * gnu/packages/games.scm (retroarch)[inputs]: Add wayland. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: weston: Update to 3.0.0. * gnu/packages/freedesktop.scm (weston): Update to 3.0.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: lollypop: Update to 0.9.304. * gnu/packages/gnome.scm (lollypop): Update to 0.9.304. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: gnome-terminal: Update to 3.26.2. * gnu/packages/gnome.scm (gnome-terminal): Update to 3.26.2.
gnu: vte: Update to 0.50.2. * gnu/packages/gnome.scm (vte): Update to 0.50.2.
gnu: fio: Update to 3.2. * gnu/packages/benchmark.scm (fio): Update to 3.2.
gnu: feh: Update to 2.22. * gnu/packages/image-viewers.scm (feh): Update to 2.22. [native-search-paths]: New field.
services: Add 'description' fields. * gnu/services/admin.scm (rottlog-service-type) (tailon-service-type): Add 'description' field. * gnu/services/audio.scm (mpd-service-type): Likewise. * gnu/services/avahi.scm (avahi-service-type): Likewise. * gnu/services/ssh.scm (lsh-service-type) (openssh-service-type, dropbear-service-type): Likewise.
services: Add murmur. * gnu/services/telephony.scm: New file. * gnu/local.mk: Add it. * doc/guix.texi (Telephony Services): New node. Signed-off-by: Ludovic Courtès <ludo@gnu.org>