jackhill/guix/guix.git
4 years agognu: python-language-server: Update to 0.32.0.
Giacomo Leidi [Thu, 14 May 2020 12:43:11 +0000 (14:43 +0200)]
gnu: python-language-server: Update to 0.32.0.

* gnu/packages/python-xyz.scm (python-language-server): Update to 0.32.0,
[propagated-inputs]: Remove PYTHON-JEDI-0.15. Add PYTHON-JEDI.
(python-jedi-0.15, python-parso-0.5): Remove variables.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
4 years agognu: Add emacs-icomplete-vertical.
Ricardo Wurmus [Thu, 14 May 2020 11:13:04 +0000 (13:13 +0200)]
gnu: Add emacs-icomplete-vertical.

* gnu/packages/emacs-xyz.scm (emacs-icomplete-vertical): New variable.

4 years agognu: emacs-org-re-reveal: Update to 2.12.2.
Michael Rohleder [Thu, 14 May 2020 09:15:53 +0000 (11:15 +0200)]
gnu: emacs-org-re-reveal: Update to 2.12.2.

[[PGP Signed Part:No public key for 7C7AFFBEFEF2CB25 created at 2020-05-14T11:15:53+0200 using RSA]]
To test this, I made a presentation about guix git workflow in emacs:
https://www.rohleder.de/~mike/guix-workflow/

maybe, its useful for someone.

From 528ccdab63cf399012582450491be6df3d8cc431 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Thu, 14 May 2020 08:16:49 +0000
Subject: [PATCH] gnu: emacs-org-re-reveal: Update to 2.12.2.

* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 2.12.2.

4 years agognu: gcc-arm-none-eabi@7-2018-q2-update: Fix conflicting GCC headers.
Björn Höfling [Thu, 14 May 2020 06:12:07 +0000 (08:12 +0200)]
gnu: gcc-arm-none-eabi@7-2018-q2-update: Fix conflicting GCC headers.

This is a follow-up of 7f6d3f395023ff430cf8b7a981d4780698e9d132 and merely
a copy-and-paste of Marius Bakke's fix.

* gnu/packages/embedded.scm (gcc-arm-none-eabi-7-2018-q2-update)[arguments]:
Add phase to remove the default compiler from CPLUS_INCLUDE_PATH.
[native-inputs]: Distinguish GCC-5.

4 years agognu: libblockdev: Set default configuration directory.
Brice Waegeneire [Wed, 13 May 2020 22:25:42 +0000 (00:25 +0200)]
gnu: libblockdev: Set default configuration directory.

Fix error from 'udisks': “Failed to get contents of the config
dir (/etc/libblockdev/conf.d/)Error opening directory
"/etc/libblockdev/conf.d/": No such file or directory.”

* gnu/packages/disk.scm (libblockdev)[arguments]: Add phase
'patch-configuration-directory'.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
4 years agognu: libblockdev: Appease guix lint.
Brice Waegeneire [Wed, 13 May 2020 22:25:40 +0000 (00:25 +0200)]
gnu: libblockdev: Appease guix lint.

* gnu/packages/disk.scm (libblockdev)[inputs]: Move
gobject-introspection to ...
[native-inputs]: ... here.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
4 years agognu: udisks: Appease guix lint.
Brice Waegeneire [Wed, 13 May 2020 22:25:39 +0000 (00:25 +0200)]
gnu: udisks: Appease guix lint.

The line is too long and HTML docs are build fine without it.

* gnu/packages/freedesktop.scm (udisks)[arguments]: Remove configure
flag '--enable-gtk-doc'.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
4 years agognu: udisks: Update to 2.8.4.
Brice Waegeneire [Wed, 13 May 2020 22:25:38 +0000 (00:25 +0200)]
gnu: udisks: Update to 2.8.4.

* gnu/packages/freedesktop.scm (udisks): Update to 2.8.4.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
4 years agosyscalls: Add 'getxattr'.
Jan (janneke) Nieuwenhuizen [Wed, 13 May 2020 22:30:57 +0000 (00:30 +0200)]
syscalls: Add 'getxattr'.

* guix/build/syscalls.scm (getxattr): New procedure.
* tests/syscalls.scm ("getxattr, setxattr"): Test it, together with setxattr.

4 years agognu: freehdl: Fix build failure.
Marius Bakke [Wed, 13 May 2020 22:21:41 +0000 (00:21 +0200)]
gnu: freehdl: Fix build failure.

Fixes <https://bugs.gnu.org/41246>.
Reported by  tsmish <tsymsh@gmail.com>.

* gnu/packages/engineering.scm (freehdl)[source](patches): New field.
[native-inputs]: Remove GCC-5.

4 years agocompile: Reduce optimization levels for gnu/services and gnu/packages.
Ludovic Courtès [Wed, 13 May 2020 21:17:49 +0000 (23:17 +0200)]
compile: Reduce optimization levels for gnu/services and gnu/packages.

* guix/build/compile.scm (optimization-options)[strip-option]
[override-option]: New procedures.
Add case for "gnu/services".  Change "gnu/packages" to
'-O0 -Opartial-eval'.

4 years agoservices: Add missing import.
Ludovic Courtès [Wed, 13 May 2020 20:33:25 +0000 (22:33 +0200)]
services: Add missing import.

* gnu/services/audio.scm: Import (ice-9 format).

4 years agosyscalls: Add 'setxattr'.
Jan (janneke) Nieuwenhuizen [Wed, 13 May 2020 20:49:54 +0000 (22:49 +0200)]
syscalls: Add 'setxattr'.

* guix/build/syscalls.scm (setxattr): New procedure.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: Add libqglviewer.
Kei Kebreau [Wed, 13 May 2020 11:54:20 +0000 (07:54 -0400)]
gnu: Add libqglviewer.

* gnu/packages/qt.scm (libqglviewer): New variable.

4 years agognu: hstr: Update to 2.2.
Michael Rohleder [Wed, 13 May 2020 14:14:45 +0000 (16:14 +0200)]
gnu: hstr: Update to 2.2.

* gnu/packages/shellutils.scm (hstr): Update to 2.2.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
4 years agognu: gcc-arm-none-eabi: Fix conflicting GCC headers.
Marius Bakke [Wed, 13 May 2020 18:39:01 +0000 (20:39 +0200)]
gnu: gcc-arm-none-eabi: Fix conflicting GCC headers.

Fixes <https://bugs.gnu.org/41210>.
Reported by Ricardo Wurmus <rekado@elephly.net>.

* gnu/packages/embedded.scm (gcc-arm-none-eabi-4.9)[arguments]: Add phase to
remove the default compiler from CPLUS_INCLUDE_PATH.
[native-inputs]: Distinguish GCC-5.

4 years agognu: avr-gcc: Fix conflicting GCC headers.
Marius Bakke [Wed, 13 May 2020 18:37:46 +0000 (20:37 +0200)]
gnu: avr-gcc: Fix conflicting GCC headers.

Fixes <https://bugs.gnu.org/41209>.
Reported by Ricardo Wurmus <rekado@elephly.net>.

* gnu/packages/avr.scm (avr-gcc-4.9)[arguments]: Add phase to hide the default
GCC from CPLUS_INCLUDE_PATH.
[native-inputs]: Distinguish GCC-5.

4 years agognu: bitcoin-core: Reformat the package definition.
Christopher Baines [Mon, 11 May 2020 17:31:07 +0000 (18:31 +0100)]
gnu: bitcoin-core: Reformat the package definition.

Change the indentation to match what Emacs does.

* gnu/packages/finance.scm (bitcoin-core): Change indentation of many lines.

4 years agognu: Add ruby-2.7.
Ryan Prior [Sat, 2 May 2020 23:17:00 +0000 (18:17 -0500)]
gnu: Add ruby-2.7.

* gnu/packages/ruby.scm (ruby-2.7): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
4 years agognu: ruby-2.5: Update to 2.5.8.
Christopher Baines [Wed, 1 Apr 2020 18:42:22 +0000 (19:42 +0100)]
gnu: ruby-2.5: Update to 2.5.8.

* gnu/packages/ruby.scm (ruby-2.5): Update to 2.5.8.

4 years agognu: ruby-2.4: Update to 2.4.10.
Christopher Baines [Wed, 1 Apr 2020 18:27:05 +0000 (19:27 +0100)]
gnu: ruby-2.4: Update to 2.4.10.

* gnu/packages/ruby.scm (ruby-2.4): Update to 2.4.10.
[source]: Remove a now redundant patch
* gnu/packages/patches/ruby-rubygems-276-for-ruby24.patch: Delete file.
* gnu/local.mk: Remove deleted patch.

4 years agognu: ruby: Remove ruby-2.3.
Christopher Baines [Wed, 1 Apr 2020 18:17:40 +0000 (19:17 +0100)]
gnu: ruby: Remove ruby-2.3.

No packages in Guix depend on Ruby 2.3, and it was declared as end-of-life on
2019-03-31 by the upstream project.

* gnu/packages/ruby.scm (ruby-2.3): Remove variable.

4 years agognu: font-gnu-freefont: Rename the ‘woff’ subdirectory.
Michael Rohleder [Wed, 13 May 2020 15:33:12 +0000 (17:33 +0200)]
gnu: font-gnu-freefont: Rename the ‘woff’ subdirectory.

* gnu/packages/fonts.scm (font-gnu-freefont)[arguments]: Install WOFFs
into ‘share/fonts/webfonts’.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
4 years agognu: font-gnu-freefont: Revert fonts' subdirectory names.
Raghav Gururajan [Mon, 11 May 2020 03:57:23 +0000 (23:57 -0400)]
gnu: font-gnu-freefont: Revert fonts' subdirectory names.

* gnu/packages/fonts.scm (font-gnu-freefont)[arguments]<#:phases>:
Change ‘share/fonts’ subdirectories from ‘ttf’ and ‘otf’ back to
‘truetype’ and ‘opentype’, respectively.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
4 years agognu: Promote libyaml@0.2 to the default 'libyaml' variable.
Marius Bakke [Wed, 13 May 2020 14:19:05 +0000 (16:19 +0200)]
gnu: Promote libyaml@0.2 to the default 'libyaml' variable.

* gnu/packages/web.scm (libyaml): Update to 0.2.4.
(libyaml-0.2): Remove variable.
* gnu/packages/haskell-xyz.scm (ghc-libyaml)[inputs]: Change from LIBYAML-0.2
to LIBYAML.

4 years agognu: libyaml@0.2: Update to 0.2.4.
Marius Bakke [Tue, 12 May 2020 23:12:39 +0000 (01:12 +0200)]
gnu: libyaml@0.2: Update to 0.2.4.

* gnu/packages/web.scm (libyaml-0.2): Update to 0.2.4.

4 years agognu: libyaml: Fix variable name for libyaml@0.2.
Marius Bakke [Wed, 13 May 2020 14:16:42 +0000 (16:16 +0200)]
gnu: libyaml: Fix variable name for libyaml@0.2.

* gnu/packages/web.scm (libyaml-2.1): Rename to ...
(libyaml-0.2): ... this.
* gnu/packages/haskell-xyz.scm (ghc-libyaml)[inputs]: Adjust accordingly.

4 years agognu: appstream-glib: Remove unused input.
Marius Bakke [Wed, 13 May 2020 14:15:30 +0000 (16:15 +0200)]
gnu: appstream-glib: Remove unused input.

* gnu/packages/glib.scm (appstream-glib)[inputs]: Remove LIBYAML.

4 years agognu: tbb: Update to 2020.2.
Marius Bakke [Wed, 13 May 2020 14:14:24 +0000 (16:14 +0200)]
gnu: tbb: Update to 2020.2.

* gnu/packages/tbb.scm (tbb): Update to 2020.2.

4 years agognu: Add ecm.
Kei Kebreau [Tue, 5 May 2020 16:31:18 +0000 (12:31 -0400)]
gnu: Add ecm.

* gnu/packages/compression.scm (ecm): New variable.

4 years agognu: mumi: Update to 0.0.1-2.5a57832.
Ricardo Wurmus [Wed, 13 May 2020 11:53:44 +0000 (13:53 +0200)]
gnu: mumi: Update to 0.0.1-2.5a57832.

* gnu/packages/mail.scm (mumi): Update to 0.0.1-2.5a57832.
[inputs]: Remove guile-sqlite3; add guile-fibers.

4 years agoguix: cran: Add missing default R package.
pimi [Wed, 13 May 2020 11:53:05 +0000 (13:53 +0200)]
guix: cran: Add missing default R package.

* guix/import/cran.scm (default-r-packages): Add "datasets" to the list of
default R packages.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
4 years agognu: kdevelop: Update to 5.5.1.
Efraim Flashner [Wed, 13 May 2020 11:48:06 +0000 (14:48 +0300)]
gnu: kdevelop: Update to 5.5.1.

* gnu/packages/kde.scm (kdevelop): Update to 5.5.1.

4 years agognu: kdevelop-pg-qt: Update to 2.2.1.
Efraim Flashner [Wed, 13 May 2020 11:47:42 +0000 (14:47 +0300)]
gnu: kdevelop-pg-qt: Update to 2.2.1.

* gnu/packages/kde.scm (kdevelop-pg-qt): Update to 2.2.1.
[source]: Download using git-fetch.

4 years agognu: wireguard-tools: Fix wg-quick.
Brice Waegeneire [Fri, 8 May 2020 09:36:12 +0000 (11:36 +0200)]
gnu: wireguard-tools: Fix wg-quick.

* gnu/packages/vpn.scm (wireguard-tools)[arguments]: Add phase
'wrap-wg-quick'.
[inputs]: Add 'openresolv', 'iproute' and 'iptables'.

4 years agognu: Add openresolv.
Brice Waegeneire [Wed, 29 Apr 2020 11:57:00 +0000 (13:57 +0200)]
gnu: Add openresolv.

* gnu/packages/dns.scm (openresolv): New variable.

4 years agodoc: Mention guix-daemon's 'https_proxy' environment variable.
Brice Waegeneire [Tue, 12 May 2020 13:56:01 +0000 (15:56 +0200)]
doc: Mention guix-daemon's 'https_proxy' environment variable.

* doc/guix.texi (Proxy Settings, Derivations): Mention 'https_proxy'.

4 years agognu: Add python-websockets.
Edouard Klein [Tue, 12 May 2020 08:46:30 +0000 (10:46 +0200)]
gnu: Add python-websockets.

* gnu/packages/python-web.scm (python-websockets): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
4 years agognu: darcs: Adjust comment, URL disappeared.
nikita [Mon, 11 May 2020 11:16:37 +0000 (13:16 +0200)]
gnu: darcs: Adjust comment, URL disappeared.

* gnu/packages/haskell-apps.scm (darcs): The irc log this URL pointed
to disappeared. It was never archived, and in retrospective it is
better to point only to the manual of darcs itself.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
4 years agomailmap: Update entries for Nikita.
nikita [Mon, 11 May 2020 11:05:45 +0000 (13:05 +0200)]
mailmap: Update entries for Nikita.

* .mailmap: change email and name for Nikita.
* Makefile.am, doc/guix.texi, etc/completion/fish/guix.fish,
gnu/packages/accessibility.scm, gnu/packages/admin.scm,
gnu/packages/audio.scm, gnu/packages/autotools.scm, gnu/packages/cdrom.scm,
gnu/packages/check.scm, gnu/packages/cinnamon.scm,
gnu/packages/compression.scm, gnu/packages/crypto.scm,
gnu/packages/databases.scm, gnu/packages/django.scm, gnu/packages/dns.scm,
gnu/packages/elixir.scm, gnu/packages/emacs-xyz.scm, gnu/packages/emacs.scm,
gnu/packages/enlightenment.scm, gnu/packages/erlang.scm,
gnu/packages/fonts.scm, gnu/packages/fontutils.scm, gnu/packages/forth.scm,
gnu/packages/fvwm.scm, gnu/packages/games.scm, gnu/packages/gl.scm,
gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/gnupg.scm,
gnu/packages/gtk.scm, gnu/packages/guile-wm.scm, gnu/packages/guile-xyz.scm,
gnu/packages/haskell-apps.scm, gnu/packages/haskell-check.scm,
gnu/packages/haskell-crypto.scm, gnu/packages/haskell-xyz.scm,
gnu/packages/haskell.scm, gnu/packages/image-viewers.scm,
gnu/packages/image.scm, gnu/packages/irc.scm, gnu/packages/language.scm,
gnu/packages/libcanberra.scm, gnu/packages/linux.scm,
gnu/packages/lisp-xyz.scm, gnu/packages/lisp.scm, gnu/packages/lolcode.scm,
gnu/packages/lxde.scm, gnu/packages/lxqt.scm, gnu/packages/mail.scm,
gnu/packages/markup.scm, gnu/packages/mate.scm, gnu/packages/maths.scm,
gnu/packages/mc.scm, gnu/packages/messaging.scm, gnu/packages/music.scm,
gnu/packages/ncurses.scm, gnu/packages/networking.scm,
gnu/packages/nickle.scm, gnu/packages/openbox.scm, gnu/packages/pdf.scm,
gnu/packages/perl-check.scm, gnu/packages/perl.scm,
gnu/packages/python-compression.scm, gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm, gnu/packages/python-xyz.scm,
gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/ruby.scm,
gnu/packages/rust.scm, gnu/packages/scheme.scm,
gnu/packages/serialization.scm, gnu/packages/shells.scm,
gnu/packages/ssh.scm, gnu/packages/suckless.scm, gnu/packages/tbb.scm,
gnu/packages/telephony.scm, gnu/packages/text-editors.scm,
gnu/packages/textutils.scm, gnu/packages/time.scm, gnu/packages/tls.scm,
gnu/packages/tor.scm, gnu/packages/version-control.scm,
gnu/packages/video.scm, gnu/packages/vim.scm, gnu/packages/web.scm,
gnu/packages/wm.scm, gnu/packages/xdisorg.scm, gnu/packages/xfce.scm,
gnu/packages/xml.scm, gnu/packages/xorg.scm, gnu/services/certbot.scm,
gnu/services/desktop.scm, gnu/services/version-control.scm,
gnu/services/web.scm, guix/import/hackage.scm, guix/licenses.scm: Likewise.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
4 years agognu: glm: Update to 0.9.9.8.
Marius Bakke [Tue, 12 May 2020 22:39:40 +0000 (00:39 +0200)]
gnu: glm: Update to 0.9.9.8.

* gnu/packages/patches/glm-restore-install-target.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/maths.scm (glm): Update to 0.9.9.8.
[arguments]: New field.

4 years agognu: python-gevent: Update to 20.5.0.
Marius Bakke [Tue, 12 May 2020 22:38:10 +0000 (00:38 +0200)]
gnu: python-gevent: Update to 20.5.0.

* gnu/packages/python-xyz.scm (python-gevent): Update to 20.5.0.

4 years agognu: libupnp: Do not build static libraries.
Marius Bakke [Tue, 12 May 2020 21:47:40 +0000 (23:47 +0200)]
gnu: libupnp: Do not build static libraries.

* gnu/packages/upnp.scm (libupnp)[arguments]: Add "--disable-static" in
 #:configure-flags.  Also remove "--enable-ipv6" as it is the default.

4 years agognu: libupnp: Update to 1.12.1.
Marius Bakke [Tue, 12 May 2020 21:46:54 +0000 (23:46 +0200)]
gnu: libupnp: Update to 1.12.1.

* gnu/packages/upnp.scm (libupnp): Update to 1.12.1.
[source]: Change to URL-FETCH with bootstrapped tarball.
[native-inputs]: Remove AUTOCONF, AUTOMAKE, and LIBTOOL.

4 years agognu: jami: Remove obsolete wrapper.
Marius Bakke [Tue, 12 May 2020 21:45:15 +0000 (23:45 +0200)]
gnu: jami: Remove obsolete wrapper.

* gnu/packages/jami.scm (jami)[inputs]: Change from
SQLITE-WITH-COLUMN-METADATA to SQLITE.
[arguments]: Remove 'wrap' phase.

4 years agonews: Add ‘de’ translation.
Florian Pelz [Tue, 12 May 2020 21:54:32 +0000 (23:54 +0200)]
news: Add ‘de’ translation.

* etc/news.scm: Add a ‘de’ translation.

4 years agognu: samba: Update to 4.12.2.
Tobias Geerinckx-Rice [Mon, 11 May 2020 03:18:02 +0000 (05:18 +0200)]
gnu: samba: Update to 4.12.2.

* gnu/packages/samba.scm (samba): Update to 4.12.2.
[source]: Remove bundled python-iso8601 in a snippet.
[native-inputs]: Add perl-parse-yapp, python-iso8601, and
docbook-xml-4.2.  Move perl and python…
[inputs]: …to their proper home and remove libaio.

4 years agognu: samba: Remove obsolete iniparser input.
Tobias Geerinckx-Rice [Mon, 11 May 2020 03:14:41 +0000 (05:14 +0200)]
gnu: samba: Remove obsolete iniparser input.

* gnu/packages/samba.scm (samba)[inputs]: Remove iniparser.

4 years agognu: fsarchiver: Edit synopsis & description.
Tobias Geerinckx-Rice [Sun, 10 May 2020 22:41:34 +0000 (00:41 +0200)]
gnu: fsarchiver: Edit synopsis & description.

* gnu/packages/file-systems.scm (fsarchiver)[synopsis, description]:
Fix spelling (file system, lose, …).  Edit for grammar and style (‘…allows you
to…’).  Provide more information about the package.

4 years agognu: fsarchiver: Move to (gnu packages file-systems).
Tobias Geerinckx-Rice [Sun, 10 May 2020 21:19:52 +0000 (23:19 +0200)]
gnu: fsarchiver: Move to (gnu packages file-systems).

* gnu/packages/disk.scm (fsarchiver): Move this variable…
* gnu/packages/file-systems.scm (fsarchiver): …here.

4 years agognu: simple-scan: Update to 3.36.2.1.
Tobias Geerinckx-Rice [Tue, 12 May 2020 15:58:52 +0000 (17:58 +0200)]
gnu: simple-scan: Update to 3.36.2.1.

* gnu/packages/gnome.scm (simple-scan): Update to 3.36.2.1.

4 years agognu: sudo: Support Python plug-ins.
Tobias Geerinckx-Rice [Tue, 12 May 2020 14:58:30 +0000 (16:58 +0200)]
gnu: sudo: Support Python plug-ins.

* gnu/packages/admin.scm (sudo)[arguments]: Add ‘--enable-python’ to
CONFIGURE-FLAGS.
[inputs]: Add python and order alphabetically.

4 years agognu: sudo: Use a versioned $(docdir).
Tobias Geerinckx-Rice [Tue, 12 May 2020 14:47:26 +0000 (16:47 +0200)]
gnu: sudo: Use a versioned $(docdir).

* gnu/packages/admin.scm (sudo)[arguments]: Add versioned --docdir to
CONFIGURE-FLAGS.

4 years agognu: sudo: Update to 1.9.0.
Tobias Geerinckx-Rice [Tue, 12 May 2020 13:51:10 +0000 (15:51 +0200)]
gnu: sudo: Update to 1.9.0.

* gnu/packages/admin.scm (sudo): Update to 1.9.0.
[arguments]: Install example configuration to the right place
Move comments to where they don't confuse me.

4 years agodoc: Specify the branch name in the title of a patch.
Brice Waegeneire [Sun, 3 May 2020 10:11:49 +0000 (12:11 +0200)]
doc: Specify the branch name in the title of a patch.

* doc/contributing.texi (Submitting Patches): Add branch name in the
title of a patch if different than master.

4 years agognu: emacs-lsp-mode: Update to 6.3.1.
Dimakakos Dimos [Tue, 12 May 2020 06:16:16 +0000 (09:16 +0300)]
gnu: emacs-lsp-mode: Update to 6.3.1.

* gnu/packages/emacs-xyz.scm (emacs-lsp-mode): Update to 6.3.1.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
4 years agognu: emacs-relint: Update to 1.17.
Nicolas Goaziou [Tue, 12 May 2020 19:34:04 +0000 (21:34 +0200)]
gnu: emacs-relint: Update to 1.17.

* gnu/packages/emacs-xyz.scm (emacs-relint): Update to 1.17.

4 years agognu: r-mnormt: Update to 1.5-7.
Ricardo Wurmus [Tue, 12 May 2020 15:00:54 +0000 (17:00 +0200)]
gnu: r-mnormt: Update to 1.5-7.

* gnu/packages/statistics.scm (r-mnormt): Update to 1.5-7.

4 years agognu: r-zoo: Update to 1.8-8.
Ricardo Wurmus [Tue, 12 May 2020 15:00:48 +0000 (17:00 +0200)]
gnu: r-zoo: Update to 1.8-8.

* gnu/packages/statistics.scm (r-zoo): Update to 1.8-8.

4 years agognu: r-rocr: Update to 1.0-11.
Ricardo Wurmus [Tue, 12 May 2020 15:00:36 +0000 (17:00 +0200)]
gnu: r-rocr: Update to 1.0-11.

* gnu/packages/statistics.scm (r-rocr): Update to 1.0-11.
[native-inputs]: Add r-knitr.

4 years agognu: r-sfsmisc: Update to 1.1-7.
Ricardo Wurmus [Tue, 12 May 2020 15:00:30 +0000 (17:00 +0200)]
gnu: r-sfsmisc: Update to 1.1-7.

* gnu/packages/statistics.scm (r-sfsmisc): Update to 1.1-7.

4 years agognu: r-tidyr: Update to 1.0.3.
Ricardo Wurmus [Tue, 12 May 2020 14:59:23 +0000 (16:59 +0200)]
gnu: r-tidyr: Update to 1.0.3.

* gnu/packages/statistics.scm (r-tidyr): Update to 1.0.3.
[native-inputs]: Add r-knitr.

4 years agognu: r-tidyselect: Update to 1.1.0.
Ricardo Wurmus [Tue, 12 May 2020 14:59:07 +0000 (16:59 +0200)]
gnu: r-tidyselect: Update to 1.1.0.

* gnu/packages/statistics.scm (r-tidyselect): Update to 1.1.0.
[native-inputs]: Add r-knitr.

4 years agognu: r-git2r: Update to 0.27.1.
Ricardo Wurmus [Tue, 12 May 2020 14:58:56 +0000 (16:58 +0200)]
gnu: r-git2r: Update to 0.27.1.

* gnu/packages/statistics.scm (r-git2r): Update to 0.27.1.

4 years agognu: r-rlang: Update to 0.4.6.
Ricardo Wurmus [Tue, 12 May 2020 14:58:49 +0000 (16:58 +0200)]
gnu: r-rlang: Update to 0.4.6.

* gnu/packages/statistics.scm (r-rlang): Update to 0.4.6.

4 years agognu: r-tam: Update to 3.5-19.
Ricardo Wurmus [Tue, 12 May 2020 14:58:42 +0000 (16:58 +0200)]
gnu: r-tam: Update to 3.5-19.

* gnu/packages/cran.scm (r-tam): Update to 3.5-19.

4 years agognu: r-rpf: Update to 1.0.4.
Ricardo Wurmus [Tue, 12 May 2020 14:58:29 +0000 (16:58 +0200)]
gnu: r-rpf: Update to 1.0.4.

* gnu/packages/cran.scm (r-rpf): Update to 1.0.4.
[native-inputs]: Add r-knitr.

4 years agognu: r-rsvg: Update to 2.0.
Ricardo Wurmus [Tue, 12 May 2020 14:58:20 +0000 (16:58 +0200)]
gnu: r-rsvg: Update to 2.0.

* gnu/packages/cran.scm (r-rsvg): Update to 2.0.

4 years agognu: r-imager: Update to 0.42.3.
Ricardo Wurmus [Tue, 12 May 2020 14:58:08 +0000 (16:58 +0200)]
gnu: r-imager: Update to 0.42.3.

* gnu/packages/cran.scm (r-imager): Update to 0.42.3.
[native-inputs]: Add r-knitr.

4 years agognu: r-mda: Update to 0.5.
Ricardo Wurmus [Tue, 12 May 2020 14:57:59 +0000 (16:57 +0200)]
gnu: r-mda: Update to 0.5.

* gnu/packages/cran.scm (r-mda): Update to 0.5.

4 years agognu: r-showtext: Update to 0.8.
Ricardo Wurmus [Tue, 12 May 2020 14:57:47 +0000 (16:57 +0200)]
gnu: r-showtext: Update to 0.8.

* gnu/packages/cran.scm (r-showtext): Update to 0.8.
[native-inputs]: Add r-knitr.

4 years agognu: r-sysfonts: Update to 0.8.1.
Ricardo Wurmus [Tue, 12 May 2020 14:57:37 +0000 (16:57 +0200)]
gnu: r-sysfonts: Update to 0.8.1.

* gnu/packages/cran.scm (r-sysfonts): Update to 0.8.1.

4 years agognu: r-tidygraph: Update to 1.2.0.
Ricardo Wurmus [Tue, 12 May 2020 14:57:30 +0000 (16:57 +0200)]
gnu: r-tidygraph: Update to 1.2.0.

* gnu/packages/cran.scm (r-tidygraph): Update to 1.2.0.

4 years agognu: r-polspline: Update to 1.1.18.
Ricardo Wurmus [Tue, 12 May 2020 14:57:23 +0000 (16:57 +0200)]
gnu: r-polspline: Update to 1.1.18.

* gnu/packages/cran.scm (r-polspline): Update to 1.1.18.

4 years agognu: r-adegenet: Update to 2.1.3.
Ricardo Wurmus [Tue, 12 May 2020 14:57:14 +0000 (16:57 +0200)]
gnu: r-adegenet: Update to 2.1.3.

* gnu/packages/cran.scm (r-adegenet): Update to 2.1.3.

4 years agognu: r-sf: Update to 0.9-3.
Ricardo Wurmus [Tue, 12 May 2020 14:57:06 +0000 (16:57 +0200)]
gnu: r-sf: Update to 0.9-3.

* gnu/packages/cran.scm (r-sf): Update to 0.9-3.

4 years agognu: r-rematch2: Update to 2.1.2.
Ricardo Wurmus [Tue, 12 May 2020 14:56:59 +0000 (16:56 +0200)]
gnu: r-rematch2: Update to 2.1.2.

* gnu/packages/cran.scm (r-rematch2): Update to 2.1.2.

4 years agognu: r-valr: Update to 0.6.1.
Ricardo Wurmus [Tue, 12 May 2020 14:56:43 +0000 (16:56 +0200)]
gnu: r-valr: Update to 0.6.1.

* gnu/packages/cran.scm (r-valr): Update to 0.6.1.
[native-inputs]: Add r-knitr.

4 years agognu: r-protviz: Update to 0.6.8.
Ricardo Wurmus [Tue, 12 May 2020 14:56:34 +0000 (16:56 +0200)]
gnu: r-protviz: Update to 0.6.8.

* gnu/packages/cran.scm (r-protviz): Update to 0.6.8.

4 years agognu: r-bigrquery: Update to 1.3.0.
Ricardo Wurmus [Tue, 12 May 2020 14:56:27 +0000 (16:56 +0200)]
gnu: r-bigrquery: Update to 1.3.0.

* gnu/packages/cran.scm (r-bigrquery): Update to 1.3.0.

4 years agognu: r-gargle: Update to 0.5.0.
Ricardo Wurmus [Tue, 12 May 2020 14:56:08 +0000 (16:56 +0200)]
gnu: r-gargle: Update to 0.5.0.

* gnu/packages/cran.scm (r-gargle): Update to 0.5.0.
[native-inputs]: Add r-knitr.

4 years agognu: r-rcppparallel: Update to 5.0.1.
Ricardo Wurmus [Tue, 12 May 2020 14:55:36 +0000 (16:55 +0200)]
gnu: r-rcppparallel: Update to 5.0.1.

* gnu/packages/cran.scm (r-rcppparallel): Update to 5.0.1.

4 years agognu: r-npsurv: Update to 0.4-0.1.
Ricardo Wurmus [Tue, 12 May 2020 14:55:29 +0000 (16:55 +0200)]
gnu: r-npsurv: Update to 0.4-0.1.

* gnu/packages/cran.scm (r-npsurv): Update to 0.4-0.1.

4 years agognu: r-lsei: Update to 1.2-0.1.
Ricardo Wurmus [Tue, 12 May 2020 14:55:23 +0000 (16:55 +0200)]
gnu: r-lsei: Update to 1.2-0.1.

* gnu/packages/cran.scm (r-lsei): Update to 1.2-0.1.

4 years agognu: r-performance: Update to 0.4.6.
Ricardo Wurmus [Tue, 12 May 2020 14:55:16 +0000 (16:55 +0200)]
gnu: r-performance: Update to 0.4.6.

* gnu/packages/cran.scm (r-performance): Update to 0.4.6.

4 years agognu: r-sjstats: Update to 0.18.0.
Ricardo Wurmus [Tue, 12 May 2020 14:55:09 +0000 (16:55 +0200)]
gnu: r-sjstats: Update to 0.18.0.

* gnu/packages/cran.scm (r-sjstats): Update to 0.18.0.

4 years agognu: r-writexl: Update to 1.3.
Ricardo Wurmus [Tue, 12 May 2020 14:54:59 +0000 (16:54 +0200)]
gnu: r-writexl: Update to 1.3.

* gnu/packages/cran.scm (r-writexl): Update to 1.3.

4 years agognu: r-sjlabelled: Update to 1.1.4.
Ricardo Wurmus [Tue, 12 May 2020 14:54:39 +0000 (16:54 +0200)]
gnu: r-sjlabelled: Update to 1.1.4.

* gnu/packages/cran.scm (r-sjlabelled): Update to 1.1.4.
[propagated-inputs]: Remove r-haven.
[native-inputs]: Add r-knitr.

4 years agognu: r-officer: Update to 0.3.9.
Ricardo Wurmus [Tue, 12 May 2020 14:54:32 +0000 (16:54 +0200)]
gnu: r-officer: Update to 0.3.9.

* gnu/packages/cran.scm (r-officer): Update to 0.3.9.

4 years agognu: r-ggpubr: Update to 0.3.0.
Ricardo Wurmus [Tue, 12 May 2020 14:54:15 +0000 (16:54 +0200)]
gnu: r-ggpubr: Update to 0.3.0.

* gnu/packages/cran.scm (r-ggpubr): Update to 0.3.0.
[propagated-inputs]: Add r-rstatix and r-tibble.

4 years agognu: Add r-rstatix.
Ricardo Wurmus [Tue, 12 May 2020 14:54:01 +0000 (16:54 +0200)]
gnu: Add r-rstatix.

* gnu/packages/cran.scm (r-rstatix): New variable.

4 years agognu: r-renv: Update to 0.10.0.
Ricardo Wurmus [Tue, 12 May 2020 14:53:41 +0000 (16:53 +0200)]
gnu: r-renv: Update to 0.10.0.

* gnu/packages/cran.scm (r-renv): Update to 0.10.0.
[native-inputs]: Add r-knitr.

4 years agognu: r-openxlsx: Update to 4.1.5.
Ricardo Wurmus [Tue, 12 May 2020 14:53:27 +0000 (16:53 +0200)]
gnu: r-openxlsx: Update to 4.1.5.

* gnu/packages/cran.scm (r-openxlsx): Update to 4.1.5.
[native-inputs]: Add r-knitr.

4 years agognu: r-vim: Update to 6.0.0.
Ricardo Wurmus [Tue, 12 May 2020 14:53:13 +0000 (16:53 +0200)]
gnu: r-vim: Update to 6.0.0.

* gnu/packages/cran.scm (r-vim): Update to 6.0.0.
[native-inputs]: Add r-knitr.

4 years agognu: r-pillar: Update to 1.4.4.
Ricardo Wurmus [Tue, 12 May 2020 14:53:03 +0000 (16:53 +0200)]
gnu: r-pillar: Update to 1.4.4.

* gnu/packages/cran.scm (r-pillar): Update to 1.4.4.

4 years agognu: r-vctrs: Update to 0.3.0.
Ricardo Wurmus [Tue, 12 May 2020 14:52:56 +0000 (16:52 +0200)]
gnu: r-vctrs: Update to 0.3.0.

* gnu/packages/cran.scm (r-vctrs): Update to 0.3.0.

4 years agognu: r-recipes: Update to 0.1.12.
Ricardo Wurmus [Tue, 12 May 2020 14:52:48 +0000 (16:52 +0200)]
gnu: r-recipes: Update to 0.1.12.

* gnu/packages/cran.scm (r-recipes): Update to 0.1.12.

4 years agognu: r-extremes: Update to 2.0-12.
Ricardo Wurmus [Tue, 12 May 2020 14:52:39 +0000 (16:52 +0200)]
gnu: r-extremes: Update to 2.0-12.

* gnu/packages/cran.scm (r-extremes): Update to 2.0-12.

4 years agognu: r-circlize: Update to 0.4.9.
Ricardo Wurmus [Tue, 12 May 2020 14:52:22 +0000 (16:52 +0200)]
gnu: r-circlize: Update to 0.4.9.

* gnu/packages/cran.scm (r-circlize): Update to 0.4.9.
[native-inputs]: Add r-knitr.

4 years agognu: r-pkgbuild: Update to 1.0.8.
Ricardo Wurmus [Tue, 12 May 2020 14:52:12 +0000 (16:52 +0200)]
gnu: r-pkgbuild: Update to 1.0.8.

* gnu/packages/cran.scm (r-pkgbuild): Update to 1.0.8.