jackhill/guix/guix.git
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.

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

* gnu/packages/cran.scm (r-ps): Update to 1.3.3.

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

* gnu/packages/cran.scm (r-modelr): Update to 0.1.7.

4 years agognu: r-scales: Update to 1.1.1.
Ricardo Wurmus [Tue, 12 May 2020 14:51:45 +0000 (16:51 +0200)]
gnu: r-scales: Update to 1.1.1.

* gnu/packages/cran.scm (r-scales): Update to 1.1.1.

4 years agognu: epiphany: Enable tests.
Leo Prikler [Sun, 10 May 2020 13:31:57 +0000 (15:31 +0200)]
gnu: epiphany: Enable tests.

* gnu/packages/gnome.scm (epiphany)[arguments]<#:tests?>: Drop it.
<#:phases>: Add disable-failing-tests and pre-check.
[inputs]: Add xorg-server-for-tests.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
4 years agognu: epiphany: Update to 3.34.4.
Leo Prikler [Sun, 10 May 2020 13:31:56 +0000 (15:31 +0200)]
gnu: epiphany: Update to 3.34.4.

* gnu/packages/gnome.scm (epiphany): Update to 3.34.4.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
4 years agognu: guile-dsv: Update to 0.3.0.
Alex Sassmannshausen [Tue, 12 May 2020 15:08:16 +0000 (17:08 +0200)]
gnu: guile-dsv: Update to 0.3.0.

* gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.3.0.

4 years agognu: Add julia-compat.
nixo [Sat, 9 May 2020 16:33:03 +0000 (18:33 +0200)]
gnu: Add julia-compat.

* gnu/packages/julia-xyz.scm: New file.
* gnu/local.mk: Add packages/julia-xyz.scm to it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: julia: Update to 1.4.1.
nixo [Sun, 10 May 2020 08:15:12 +0000 (10:15 +0200)]
gnu: julia: Update to 1.4.1.

* gnu/packages/julia.scm (julia): Update to 1.4.1.
* gnu/packages/julia.scm (julia-llvm): Update to 8.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: Add libwhich.
nixo [Sun, 10 May 2020 08:15:11 +0000 (10:15 +0200)]
gnu: Add libwhich.

* gnu/packages/julia.scm (libwhich): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: julia: Fix patch.
nixo [Sun, 10 May 2020 08:15:10 +0000 (10:15 +0200)]
gnu: julia: Fix patch.

* gnu/packages/patches/julia-SOURCE_DATE_EPOCH-mtime.patch: replaced with
  actual patch.

It was a patch creating the patch.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: julia: Fix patch URL.
nixo [Sun, 10 May 2020 08:15:09 +0000 (10:15 +0200)]
gnu: julia: Fix patch URL.

* gnu/packages/julia.scm (julia-patch-url): Add ".patch".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: cuirass: Update to 0.0.1-30.9559fd1.
Ricardo Wurmus [Tue, 12 May 2020 12:24:04 +0000 (14:24 +0200)]
gnu: cuirass: Update to 0.0.1-30.9559fd1.

* gnu/packages/ci.scm (cuirass): Update to 0.0.1-30.9559fd1.

4 years agognu: mumi: Update to 0.0.1-1.75d34d4.
Ricardo Wurmus [Mon, 11 May 2020 23:00:00 +0000 (01:00 +0200)]
gnu: mumi: Update to 0.0.1-1.75d34d4.

* gnu/packages/mail.scm (mumi): Update to 0.0.1-1.75d34d4.
[inputs]: Remove guile-debbugs and gnutls; replace guile-2.2 with guile-3.0.

4 years agognu: guile-debbugs: Build with Guile 3.0.
Ricardo Wurmus [Tue, 12 May 2020 10:32:59 +0000 (12:32 +0200)]
gnu: guile-debbugs: Build with Guile 3.0.

* gnu/packages/guile-xyz.scm (guile-debbugs)[native-inputs]: Replace guile-2.2
with guile-3.0.

4 years agognu: guile-pfds: Remove obsolete build phase.
Ricardo Wurmus [Tue, 12 May 2020 10:31:06 +0000 (12:31 +0200)]
gnu: guile-pfds: Remove obsolete build phase.

* gnu/packages/guile-xyz.scm (guile-pfds)[arguments]: Remove
phase "work-around-guile-bug".

4 years agognu: terminology: Update to 1.7.0.
Efraim Flashner [Tue, 12 May 2020 07:43:53 +0000 (10:43 +0300)]
gnu: terminology: Update to 1.7.0.

* gnu/packages/enlightenment.scm (terminology): Update to 1.7.0.

4 years agognu: evisum: Update to 0.4.1.
Efraim Flashner [Mon, 11 May 2020 18:06:22 +0000 (21:06 +0300)]
gnu: evisum: Update to 0.4.1.

* gnu/packages/enlightenment.scm (evisum): Update to 0.4.1.

4 years agognu: guile-redis: Build with Guile 3.0.
Ricardo Wurmus [Mon, 11 May 2020 23:01:52 +0000 (01:01 +0200)]
gnu: guile-redis: Build with Guile 3.0.

* gnu/packages/guile-xyz.scm (guile-redis)[native-inputs]: Replace guile-2.2
with guile-3.0.
(guile2.2-redis): New variable.

4 years agognu: guile-lens: Build with Guile 3.0.
Ricardo Wurmus [Mon, 11 May 2020 22:56:51 +0000 (00:56 +0200)]
gnu: guile-lens: Build with Guile 3.0.

* gnu/packages/guile-xyz.scm (guile-lens)[native-inputs]: Replace guile-2.2
with guile-3.0.
(guile2.2-lens): New variable.

4 years agognu: guile-webutils: Build with Guile 3.0.
Ricardo Wurmus [Mon, 11 May 2020 22:53:36 +0000 (00:53 +0200)]
gnu: guile-webutils: Build with Guile 3.0.

* gnu/packages/guile-xyz.scm (guile-webutils)[source]: Add snippet to patch
configure.ac.
[inputs]: Replace guile-2.2 with guile-3.0.
(guile2.2-webutils): New variable.