summary refs log tree commit diff
path: root/gnu
AgeCommit message (Collapse)Author
2019-05-13gnu: python-pygments: Update to 2.4.0.Marius Bakke
* gnu/packages/python-xyz.scm (python-pygments): Update to 2.4.0.
2019-05-13gnu: python-jinja2: Update to 2.10.1.Marius Bakke
* gnu/packages/python-xyz.scm (python-jinja2): Update to 2.10.1.
2019-05-13gnu: ALSA: Update to 1.1.9.Marius Bakke
* gnu/packages/linux.scm (alsa-lib, alsa-utils, alsa-plugins): Update to 1.1.9. * gnu/packages/pulseaudio.scm (pulseaudio)[arguments]: Add phase to adjust ALSA header file name.
2019-05-13gnu: libinput: Update to 1.13.2.Marius Bakke
* gnu/packages/freedesktop.scm (libinput): Update to 1.13.2.
2019-05-13gnu: mesa: Update to 19.0.4.Rutger Helling
* gnu/packages/gl.scm (mesa): Update to 19.0.4.
2019-05-08gnu: mariadb: Update to 10.1.40.Marius Bakke
* gnu/packages/databases.scm (mariadb): Update to 10.1.40.
2019-05-08gnu: Valgrind: Remove version 3.14.0.Marius Bakke
* gnu/packages/valgrind.scm (valgrind): Update to 3.15.0. (valgrind-3.15): Remove variable.
2019-05-08gnu: libgsf: Update to 1.14.46.Marius Bakke
* gnu/packages/gnome.scm (libgsf): Update to 1.14.46.
2019-05-07gnu: vulkan-headers: Update to 1.1.107.Rutger Helling
* gnu/packages/vulkan.scm (vulkan-headers): Update to 1.1.107. * gnu/packages/vulkan.scm (vulkan-loader): Update hash. * gnu/packages/vulkan.scm (vulkan-tools): Update hash.
2019-05-06gnu: llvm: Update to 8.0.0.Rutger Helling
* gnu/packages/llvm.scm (llvm): Update to 8.0.0. * gnu/packages/llvm.scm (clang-runtime): Update hash. * gnu/packages/llvm.scm (clang): Update hash.
2019-05-05gnu: mesa: Update gallium drivers.Efraim Flashner
* gnu/packages/gl.scm (mesa)[arguments]: Update configure-flags for aarch64 and armhf for gallium drivers.
2019-05-04gnu: opus: Update to 1.3.1.Marius Bakke
* gnu/packages/xiph.scm (opus): Update to 1.3.1.
2019-05-04gnu: libdrm: Update to 2.4.98.Marius Bakke
* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.98.
2019-05-04gnu: libpsl: Update to 0.21.0.Marius Bakke
* gnu/packages/web.scm (libpsl): Update to 0.21.0.
2019-05-04gnu: python-cython: Update to 0.29.7.Marius Bakke
* gnu/packages/python-xyz.scm (python-cython): Update to 0.29.7.
2019-05-04gnu: pcre2: Update to 10.33.Marius Bakke
* gnu/packages/pcre.scm (pcre2): Update to 10.33.
2019-05-04gnu: imagemagick: Update to 6.9.10-42.Marius Bakke
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-42.
2019-05-04gnu: gtk+: Update to 3.24.8.Marius Bakke
* gnu/packages/gtk.scm (gtk+): Update to 3.24.8. [source](snippet): Remove.
2019-05-04gnu: gstreamer: Update to 1.16.0.Marius Bakke
* gnu/packages/gstreamer.scm (gstreamer, gst-plugins-base, gst-plugins-bad, gst-plugins-ugly, python-gst): Update to 1.16.0. (gst-plugins-good): Likewise. [source](patches): Remove. [arguments]: Remove #:make-flags. (gst-libav): Update to 1.16.0. [inputs]: Change FFMPEG-3.4 to FFMPEG. * gnu/packages/patches/gst-plugins-good-libvpx-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2019-05-04gnu: orc: Update to 0.4.29.Marius Bakke
* gnu/packages/gstreamer.scm (orc): Update to 0.4.29.
2019-05-04gnu: mesa: Update to 19.0.3.Marius Bakke
* gnu/packages/gl.scm (mesa): Update to 19.0.3.
2019-05-03gnu: ocaml-menhir: Update to 20181113.gabrielhdt
* gnu/packages/ocaml.scm (ocaml-menhir): Update to 20181113. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2019-05-03gnu: Add python-django-extensions.Sam
* gnu/packages/django.scm (python-django-extensions): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-05-03gnu: Add python-django-taggit.Sam
* gnu/packages/django.scm (python-django-taggit): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-05-03shepherd: Include /etc/localtime in service containers.Ludovic Courtès
Fixes a bug whereby Tor (for example) would emit syslog messages with a UTC timestamp instead of local time. * gnu/build/shepherd.scm (default-mounts): Add /etc/localtime to MAPPINGS.
2019-05-03gnu: tor: Update to 0.4.0.5.Tobias Geerinckx-Rice
* gnu/packages/tor.scm (tor): Update to 0.4.0.5.
2019-05-03gnu: Add python-css-parser, python2-css-parser.Brendan Tildesley
* gnu/packages/python-web.scm (python-css-parser, python2-css-parser): New variables. Signed-off-by: Andreas Enge <andreas@enge.fr>
2019-05-03gnu: web: Change 'l:' prefix to 'license:'.Brendan Tildesley
* gnu/packages/web.scm: Change #:prefix l: to #:prefix license:. Signed-off-by: Andreas Enge <andreas@enge.fr>
2019-05-03installer: Do not sort the guided partition schemes in the selection page.Ludovic Courtès
Previously, the "Everything is one partition" entry would come first in English but it would be second in French. This change keeps it the first choice regardless of the language. * gnu/installer/newt/partition.scm (run-scheme-page): Pass #:sort-listbox-items? to 'run-scheme-page'.
2019-05-03installer: Ensure 'packages' field is a superset of '%base-packages'.Ludovic Courtès
Fixes <https://bugs.gnu.org/35541>. Reported by Florian Pelz <pelzflorian@pelzflorian.de>. * gnu/installer/services.scm (system-services->configuration): Generate a snippet that appends PACKAGES to %BASE-PACKAGES.
2019-05-03Correct email address for ison.ison
* .mailmap, gnu/packages/lxde.scm: Update email address. Signed-off-by: Andreas Enge <andreas@enge.fr>
2019-05-03gnu: r-cluster: Update to 2.0.9.Ricardo Wurmus
* gnu/packages/statistics.scm (r-cluster): Update to 2.0.9. [inputs]: Move gfortran from here... [native-inputs]: ...to here.
2019-05-03gnu: r-irkernel: Update to 1.0.1.Ricardo Wurmus
* gnu/packages/cran.scm (r-irkernel): Update to 1.0.1.
2019-05-03gnu: r-ouch: Update to 2.14-1.Ricardo Wurmus
* gnu/packages/cran.scm (r-ouch): Update to 2.14-1.
2019-05-03gnu: r-fs: Update to 1.3.0.Ricardo Wurmus
* gnu/packages/cran.scm (r-fs): Update to 1.3.0.
2019-05-02gnu: linux-libre: Update to 5.0.11.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.11. (%linux-libre-hash): Update hash.
2019-05-02gnu: linux-libre@4.19: Update to 4.19.38.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.38. (%linux-libre-4.19-hash): Update hash.
2019-05-02gnu: linux-libre@4.14: Update to 4.14.115.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.115. (%linux-libre-4.14-hash): Update hash.
2019-05-02gnu: linux-libre@4.9: Update to 4.9.172.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.172.
2019-05-02gnu: pluma: Use older version of gtksourceview.Ricardo Wurmus
Reported by L p R n d n <guix@lprndn.info>. Fixes <https://bugs.gnu.org/35535>. * gnu/packages/mate.scm (pluma)[inputs]: Replace gtksourceview with gtksourceview-3.
2019-05-02gnu: mate-applets: Use older version of gtksourceview.Ricardo Wurmus
Reported by L p R n d n <guix@lprndn.info>. * gnu/packages/mate.scm (mate-applets)[inputs]: Replace gtksourceview with gtksourceview-3.
2019-05-02gnu: le-certs: Update hashes.宋文武
They added the 3 missing '^M' to all pem certs. * gnu/packages/certs.scm (le-certs)[inputs]: Update the hashes of isrgrootx1.pem, letsencryptauthorityx3.pem, letsencryptauthorityx4.pem.
2019-05-02Merge branch 'version-1.0.0'Ludovic Courtès
2019-05-02gnu: php: Update to 7.3.5.Julien Lepiller
* gnu/packages/php.scm (php): Update to 7.3.5.
2019-05-02gnu: emacs-emms: Update to 5.2.Pierre Neidhardt
* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 5.2.
2019-05-02gnu: python-duniterpy: Update to 0.53.1.Nicolas Goaziou
* gnu/packages/finance.scm (python-duniterpy): Update to 0.53.1.
2019-05-02gnu: emacs-relint: Update to 1.7.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-relint): Update to 1.7.
2019-05-02gnu: emacs-xr: Update to 1.11.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-xr): Update to 1.11.
2019-05-02gnu: faudio: Update to 19.05.Rutger Helling
* gnu/packages/audio.scm (faudio): Update to 19.05.
2019-05-02gnu: python-flexmock: Update to 0.10.4.Tobias Geerinckx-Rice
* gnu/packages/check.scm (python-flexmock): Update to 0.10.4.