jackhill/guix/guix.git
5 years agognu: cross-base: Apply gcc 8 patch to gcc >= 8.
Carl Dong [Sun, 5 May 2019 14:33:46 +0000 (14:33 +0000)]
gnu: cross-base: Apply gcc 8 patch to gcc >= 8.

* gnu/packages/cross-base.scm (cross-gcc): Apply gcc 8 patch to gcc >= 8.
* gnu/packages/patches/gcc-8-cross-environment-variables.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add the patch.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: gcc: Add 9.1.0.
Carl Dong [Sun, 5 May 2019 14:32:57 +0000 (14:32 +0000)]
gnu: gcc: Add 9.1.0.

* gnu/packages/gcc.scm (gcc-9): New variable.
* gnu/packages/commencement.scm (gcc-toolchain-9): New variable.
* gnu/packages/patches/gcc-9-strmov-store-file-names.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add the patch.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: linux-libre: Update to 5.0.13.
Mark H Weaver [Mon, 6 May 2019 06:13:19 +0000 (02:13 -0400)]
gnu: linux-libre: Update to 5.0.13.

* gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.13.
(%linux-libre-hash): Update hash.

5 years agognu: linux-libre@4.19: Update to 4.19.40.
Mark H Weaver [Mon, 6 May 2019 06:12:31 +0000 (02:12 -0400)]
gnu: linux-libre@4.19: Update to 4.19.40.

* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.40.
(%linux-libre-4.19-hash): Update hash.

5 years agognu: linux-libre@4.14: Update to 4.14.116.
Mark H Weaver [Mon, 6 May 2019 06:11:37 +0000 (02:11 -0400)]
gnu: linux-libre@4.14: Update to 4.14.116.

* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.116.
(%linux-libre-4.14-hash): Update hash.

5 years agognu: linux-libre@4.9: Update to 4.9.173.
Mark H Weaver [Mon, 6 May 2019 06:10:51 +0000 (02:10 -0400)]
gnu: linux-libre@4.9: Update to 4.9.173.

* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.173.

5 years agobuild: go-build-system: Follow-up to commit f42e4ebb56.
Maxim Cournoyer [Mon, 6 May 2019 03:01:03 +0000 (23:01 -0400)]
build: go-build-system: Follow-up to commit f42e4ebb56.

This follows commit f42e4ebb56, which made it so that the unpack phase return
value could be left unspecified.

* guix/build/go-build-system.scm (unpack): Ensure that the value returned upon
a successful completion of the phase is #t.

5 years agobuild: go-build-system: Follow-up commit.
Maxim Cournoyer [Mon, 6 May 2019 02:41:11 +0000 (22:41 -0400)]
build: go-build-system: Follow-up commit.

There was an extraneous pair of parens in commit 7e84d3eef7.  Thanks for Mark
Weaver for reporting the issue.

* guix/build/go-build-system.scm (unpack): Remove the extraneous pair of
  parentheses surrounding the `display' function call.

5 years agognu: docker: Refer to xz by its absolute path.
Maxim Cournoyer [Sun, 14 Apr 2019 02:58:55 +0000 (22:58 -0400)]
gnu: docker: Refer to xz by its absolute path.

* gnu/packages/docker.scm (docker)[inputs]: Add xz.
[phases]{patch-paths}: Patch the reference to xz.

5 years agognu: docker: Patch the reference to the docker proxy.
Maxim Cournoyer [Sun, 14 Apr 2019 02:48:09 +0000 (22:48 -0400)]
gnu: docker: Patch the reference to the docker proxy.

* gnu/packages/docker.scm (docker)[inputs]: Add docker-libnetwork-cmd-proxy.
* gnu/packages/docker.scm (docker)[phases]{patch-paths}: Patch proxy.go to
refer to the docker-proxy binary by its absolute path.

5 years agognu: docker: Optimize substitution macros.
Maxim Cournoyer [Sun, 14 Apr 2019 02:00:45 +0000 (22:00 -0400)]
gnu: docker: Optimize substitution macros.

This change halves the time needed to patch the paths.

* gnu/packages/docker.scm (docker)[phases]{patch-paths}: Allow passing
multiple SOURCE-TEXT, PACKAGE and RELATIVE-PATH tuples so that the rewrite
rules can be generated and processed by a single use of the SUBSTITUTE*
macro.  Rename SUBSTITUTE-LOOKPATH to SUBSTITUTE-LOOKPATH* and
substitute-Command to SUBSTITUTE-COMMAND* to denote the change.  Adapt the
uses of SUBSTITUTE-LOOKPATH* and SUBSTITUTE-COMMAND*.

5 years agognu: docker: Make macros use a relative path as argument.
Maxim Cournoyer [Fri, 12 Apr 2019 02:57:33 +0000 (22:57 -0400)]
gnu: docker: Make macros use a relative path as argument.

* gnu/packages/docker.scm (docker)[phases]: Move implementation detail inside
the SUBSTITUTE-LOOKPATH and SUBSTITUTE-COMMAND macros definition, so that the
relative path argument can be given as a relative path.

5 years agognu: docker: Harmonize LookPath regexes.
Maxim Cournoyer [Fri, 12 Apr 2019 02:12:00 +0000 (22:12 -0400)]
gnu: docker: Harmonize LookPath regexes.

* gnu/packages/docker.scm (docker)[phases]: In the patch-paths phase, update
the regexes used by SUBSTITUTE-LOOKPATH and SUBSTITUTE-COMMAND to match at the
start of the word, like it's done later.

5 years agognu: docker: Cleanup extraneous comments.
Maxim Cournoyer [Fri, 12 Apr 2019 02:08:52 +0000 (22:08 -0400)]
gnu: docker: Cleanup extraneous comments.

* gnu/packages/docker.scm (docker): Remove "parenthesis-balancing" comments.

5 years agognu: docker: Fix indentation.
Maxim Cournoyer [Fri, 12 Apr 2019 01:55:48 +0000 (21:55 -0400)]
gnu: docker: Fix indentation.

* gnu/packages/docker.scm (docker): Fix indentation using Emacs.

5 years agoservices: docker: Add new fields to support proxy.
Maxim Cournoyer [Fri, 5 Apr 2019 06:34:16 +0000 (02:34 -0400)]
services: docker: Add new fields to support proxy.

The Docker proxy enables inter-container and outside-to-container loopback,
and is required by the Docker registry server.

* gnu/services/docker.scm (docker-configuration)[proxy,
enable-proxy?]: Add fields.
(docker-shepherd-service): Use them.
(serialize-boolean): New function.

5 years agognu: Add docker-libnetwork-cmd-proxy.
Maxim Cournoyer [Fri, 5 Apr 2019 06:33:38 +0000 (02:33 -0400)]
gnu: Add docker-libnetwork-cmd-proxy.

* gnu/packages/docker.scm (docker-libnetwork-cmd-proxy): New variable.

5 years agognu: Add docker-libnetwork.
Maxim Cournoyer [Fri, 5 Apr 2019 06:32:40 +0000 (02:32 -0400)]
gnu: Add docker-libnetwork.

* gnu/packages/docker.scm (docker-libnetwork): New private variable.

5 years agognu: Add go-netlink.
Maxim Cournoyer [Fri, 5 Apr 2019 05:57:44 +0000 (01:57 -0400)]
gnu: Add go-netlink.

* gnu/packages/linux.scm (go-netlink): New variable.

5 years agognu: Add go-netns.
Maxim Cournoyer [Fri, 5 Apr 2019 05:53:00 +0000 (01:53 -0400)]
gnu: Add go-netns.

* gnu/packages/networking.scm (go-netns): New variable.

5 years agognu: Add go-sctp.
Maxim Cournoyer [Fri, 5 Apr 2019 05:07:58 +0000 (01:07 -0400)]
gnu: Add go-sctp.

* gnu/packages/networking.scm (go-sctp): New variable.

5 years agobuild: go-build-system: Ensure uniform unpacking directory.
Maxim Cournoyer [Fri, 5 Apr 2019 04:00:08 +0000 (00:00 -0400)]
build: go-build-system: Ensure uniform unpacking directory.

Depending on whether the source is a directory or an archive, we strip the
source directory or preserve it, respectively.  This change makes it so that
whether the type of the source, it is unpacked at the expected location given
by the IMPORT-PATH of the Go build system.

* guix/build/go-build-system.scm: Add the (ice-9 ftw) module.
(unpack): Add inner procedure to maybe strip the top level directory of an
archive, document it and use it.

5 years agobuild: go-build-system: Use WHEN for side-effect conditionals.
Maxim Cournoyer [Fri, 5 Apr 2019 03:26:04 +0000 (23:26 -0400)]
build: go-build-system: Use WHEN for side-effect conditionals.

* guix/build/go-build-system.scm (unpack): Replace single branch `if' by
`when'.

5 years agobuild: go-build-system: Re-ident.
Maxim Cournoyer [Fri, 5 Apr 2019 03:24:57 +0000 (23:24 -0400)]
build: go-build-system: Re-ident.

* guix/build/go-build-system.scm (unpack): Fix indentation.

5 years agognu: r-chippeakanno: Update to 3.18.0.
Ricardo Wurmus [Sun, 5 May 2019 22:09:30 +0000 (00:09 +0200)]
gnu: r-chippeakanno: Update to 3.18.0.

* gnu/packages/bioconductor.scm (r-chippeakanno): Update to 3.18.0.
[propagated-inputs]: Add r-rtracklayer.

5 years agognu: r-arrmnormalization: Update to 1.24.0.
Ricardo Wurmus [Sun, 5 May 2019 22:09:11 +0000 (00:09 +0200)]
gnu: r-arrmnormalization: Update to 1.24.0.

* gnu/packages/bioconductor.scm (r-arrmnormalization): Update to 1.24.0.

5 years agognu: r-progeny: Update to 1.6.0.
Ricardo Wurmus [Sun, 5 May 2019 22:09:04 +0000 (00:09 +0200)]
gnu: r-progeny: Update to 1.6.0.

* gnu/packages/bioconductor.scm (r-progeny): Update to 1.6.0.

5 years agognu: r-rbowtie2: Update to 1.6.0.
Ricardo Wurmus [Sun, 5 May 2019 22:08:56 +0000 (00:08 +0200)]
gnu: r-rbowtie2: Update to 1.6.0.

* gnu/packages/bioconductor.scm (r-rbowtie2): Update to 1.6.0.

5 years agognu: r-zfpkm: Update to 1.6.0.
Ricardo Wurmus [Sun, 5 May 2019 22:08:50 +0000 (00:08 +0200)]
gnu: r-zfpkm: Update to 1.6.0.

* gnu/packages/bioconductor.scm (r-zfpkm): Update to 1.6.0.

5 years agognu: r-webbioc: Update to 1.56.0.
Ricardo Wurmus [Sun, 5 May 2019 22:08:44 +0000 (00:08 +0200)]
gnu: r-webbioc: Update to 1.56.0.

* gnu/packages/bioconductor.scm (r-webbioc): Update to 1.56.0.

5 years agognu: r-widgettools: Update to 1.62.0.
Ricardo Wurmus [Sun, 5 May 2019 22:08:38 +0000 (00:08 +0200)]
gnu: r-widgettools: Update to 1.62.0.

* gnu/packages/bioconductor.scm (r-widgettools): Update to 1.62.0.

5 years agognu: r-wiggleplotr: Update to 1.8.0.
Ricardo Wurmus [Sun, 5 May 2019 22:08:29 +0000 (00:08 +0200)]
gnu: r-wiggleplotr: Update to 1.8.0.

* gnu/packages/bioconductor.scm (r-wiggleplotr): Update to 1.8.0.

5 years agognu: r-wrench: Update to 1.2.0.
Ricardo Wurmus [Sun, 5 May 2019 22:08:18 +0000 (00:08 +0200)]
gnu: r-wrench: Update to 1.2.0.

* gnu/packages/bioconductor.scm (r-wrench): Update to 1.2.0.

5 years agognu: r-xcms: Update to 3.6.0.
Ricardo Wurmus [Sun, 5 May 2019 22:07:43 +0000 (00:07 +0200)]
gnu: r-xcms: Update to 3.6.0.

* gnu/packages/bioconductor.scm (r-xcms): Update to 3.6.0.

5 years agognu: r-massspecwavelet: Update to 1.50.0.
Ricardo Wurmus [Sun, 5 May 2019 22:07:37 +0000 (00:07 +0200)]
gnu: r-massspecwavelet: Update to 1.50.0.

* gnu/packages/bioconductor.scm (r-massspecwavelet): Update to 1.50.0.

5 years agognu: r-xbseq: Update to 1.16.0.
Ricardo Wurmus [Sun, 5 May 2019 22:07:31 +0000 (00:07 +0200)]
gnu: r-xbseq: Update to 1.16.0.

* gnu/packages/bioconductor.scm (r-xbseq): Update to 1.16.0.

5 years agognu: r-roar: Update to 1.20.0.
Ricardo Wurmus [Sun, 5 May 2019 22:07:25 +0000 (00:07 +0200)]
gnu: r-roar: Update to 1.20.0.

* gnu/packages/bioconductor.scm (r-roar): Update to 1.20.0.

5 years agognu: r-yarn: Update to 1.10.0.
Ricardo Wurmus [Sun, 5 May 2019 22:07:09 +0000 (00:07 +0200)]
gnu: r-yarn: Update to 1.10.0.

* gnu/packages/bioconductor.scm (r-yarn): Update to 1.10.0.

5 years agognu: r-quantro: Update to 1.18.0.
Ricardo Wurmus [Sun, 5 May 2019 22:07:04 +0000 (00:07 +0200)]
gnu: r-quantro: Update to 1.18.0.

* gnu/packages/bioconductor.scm (r-quantro): Update to 1.18.0.

5 years agognu: r-yaqcaffy: Update to 1.44.0.
Ricardo Wurmus [Sun, 5 May 2019 22:06:57 +0000 (00:06 +0200)]
gnu: r-yaqcaffy: Update to 1.44.0.

* gnu/packages/bioconductor.scm (r-yaqcaffy): Update to 1.44.0.

5 years agognu: r-simpleaffy: Update to 2.60.0.
Ricardo Wurmus [Sun, 5 May 2019 22:06:51 +0000 (00:06 +0200)]
gnu: r-simpleaffy: Update to 2.60.0.

* gnu/packages/bioconductor.scm (r-simpleaffy): Update to 2.60.0.

5 years agognu: r-gcrma: Update to 2.56.0.
Ricardo Wurmus [Sun, 5 May 2019 22:06:44 +0000 (00:06 +0200)]
gnu: r-gcrma: Update to 2.56.0.

* gnu/packages/bioconductor.scm (r-gcrma): Update to 2.56.0.

5 years agognu: r-yapsa: Update to 1.10.0.
Ricardo Wurmus [Sun, 5 May 2019 22:06:38 +0000 (00:06 +0200)]
gnu: r-yapsa: Update to 1.10.0.

* gnu/packages/bioconductor.scm (r-yapsa): Update to 1.10.0.

5 years agognu: r-somaticsignatures: Update to 2.20.0.
Ricardo Wurmus [Sun, 5 May 2019 22:06:32 +0000 (00:06 +0200)]
gnu: r-somaticsignatures: Update to 2.20.0.

* gnu/packages/bioconductor.scm (r-somaticsignatures): Update to 2.20.0.

5 years agognu: r-gtrellis: Update to 1.16.0.
Ricardo Wurmus [Sun, 5 May 2019 22:06:25 +0000 (00:06 +0200)]
gnu: r-gtrellis: Update to 1.16.0.

* gnu/packages/bioconductor.scm (r-gtrellis): Update to 1.16.0.

5 years agognu: r-yamss: Update to 1.10.0.
Ricardo Wurmus [Sun, 5 May 2019 22:06:18 +0000 (00:06 +0200)]
gnu: r-yamss: Update to 1.10.0.

* gnu/packages/bioconductor.scm (r-yamss): Update to 1.10.0.

5 years agognu: r-ebimage: Update to 4.26.0.
Ricardo Wurmus [Sun, 5 May 2019 22:06:11 +0000 (00:06 +0200)]
gnu: r-ebimage: Update to 4.26.0.

* gnu/packages/bioconductor.scm (r-ebimage): Update to 4.26.0.

5 years agognu: r-aucell: Update to 1.6.0.
Ricardo Wurmus [Sun, 5 May 2019 22:06:05 +0000 (00:06 +0200)]
gnu: r-aucell: Update to 1.6.0.

* gnu/packages/bioconductor.scm (r-aucell): Update to 1.6.0.

5 years agognu: r-allelicimbalance: Update to 1.22.0.
Ricardo Wurmus [Sun, 5 May 2019 22:05:59 +0000 (00:05 +0200)]
gnu: r-allelicimbalance: Update to 1.22.0.

* gnu/packages/bioconductor.scm (r-allelicimbalance): Update to 1.22.0.

5 years agognu: r-annotationtools: Update to 1.58.0.
Ricardo Wurmus [Sun, 5 May 2019 22:05:51 +0000 (00:05 +0200)]
gnu: r-annotationtools: Update to 1.58.0.

* gnu/packages/bioconductor.scm (r-annotationtools): Update to 1.58.0.

5 years agognu: r-annotationfuncs: Update to 1.34.0.
Ricardo Wurmus [Sun, 5 May 2019 22:05:44 +0000 (00:05 +0200)]
gnu: r-annotationfuncs: Update to 1.34.0.

* gnu/packages/bioconductor.scm (r-annotationfuncs): Update to 1.34.0.

5 years agognu: r-abaenrichment: Update to 1.14.0.
Ricardo Wurmus [Sun, 5 May 2019 22:05:38 +0000 (00:05 +0200)]
gnu: r-abaenrichment: Update to 1.14.0.

* gnu/packages/bioconductor.scm (r-abaenrichment): Update to 1.14.0.

5 years agognu: r-gofuncr: Update to 1.4.0.
Ricardo Wurmus [Sun, 5 May 2019 22:05:31 +0000 (00:05 +0200)]
gnu: r-gofuncr: Update to 1.4.0.

* gnu/packages/bioconductor.scm (r-gofuncr): Update to 1.4.0.

5 years agognu: r-atacseqqc: Update to 1.8.0.
Ricardo Wurmus [Sun, 5 May 2019 22:05:10 +0000 (00:05 +0200)]
gnu: r-atacseqqc: Update to 1.8.0.

* gnu/packages/bioconductor.scm (r-atacseqqc): Update to 1.8.0.
[propagated-inputs]: Add r-edger.

5 years agognu: r-genomicscores: Update to 1.8.0.
Ricardo Wurmus [Sun, 5 May 2019 22:05:01 +0000 (00:05 +0200)]
gnu: r-genomicscores: Update to 1.8.0.

* gnu/packages/bioconductor.scm (r-genomicscores): Update to 1.8.0.

5 years agognu: r-motifstack: Update to 1.28.0.
Ricardo Wurmus [Sun, 5 May 2019 22:04:37 +0000 (00:04 +0200)]
gnu: r-motifstack: Update to 1.28.0.

* gnu/packages/bioconductor.scm (r-motifstack): Update to 1.28.0.
[propagated-inputs]: Replace r-grimport with r-grimport2.

5 years agognu: r-motiv: Update to 1.40.0.
Ricardo Wurmus [Sun, 5 May 2019 22:04:30 +0000 (00:04 +0200)]
gnu: r-motiv: Update to 1.40.0.

* gnu/packages/bioconductor.scm (r-motiv): Update to 1.40.0.

5 years agognu: r-rgadem: Update to 2.31.0.
Ricardo Wurmus [Sun, 5 May 2019 22:04:22 +0000 (00:04 +0200)]
gnu: r-rgadem: Update to 2.31.0.

* gnu/packages/bioconductor.scm (r-rgadem): Update to 2.31.0.

5 years agognu: r-bacon: Update to 1.12.0.
Ricardo Wurmus [Sun, 5 May 2019 22:04:14 +0000 (00:04 +0200)]
gnu: r-bacon: Update to 1.12.0.

* gnu/packages/bioconductor.scm (r-bacon): Update to 1.12.0.

5 years agognu: r-abseqr: Update to 1.2.0.
Ricardo Wurmus [Sun, 5 May 2019 22:04:08 +0000 (00:04 +0200)]
gnu: r-abseqr: Update to 1.2.0.

* gnu/packages/bioconductor.scm (r-abseqr): Update to 1.2.0.

5 years agognu: r-a4: Update to 1.32.0.
Ricardo Wurmus [Sun, 5 May 2019 22:04:01 +0000 (00:04 +0200)]
gnu: r-a4: Update to 1.32.0.

* gnu/packages/bioconductor.scm (r-a4): Update to 1.32.0.

5 years agognu: r-a4base: Update to 1.32.0.
Ricardo Wurmus [Sun, 5 May 2019 22:03:54 +0000 (00:03 +0200)]
gnu: r-a4base: Update to 1.32.0.

* gnu/packages/bioconductor.scm (r-a4base): Update to 1.32.0.

5 years agognu: r-a4reporting: Update to 1.32.0.
Ricardo Wurmus [Sun, 5 May 2019 22:03:48 +0000 (00:03 +0200)]
gnu: r-a4reporting: Update to 1.32.0.

* gnu/packages/bioconductor.scm (r-a4reporting): Update to 1.32.0.

5 years agognu: r-a4preproc: Update to 1.32.0.
Ricardo Wurmus [Sun, 5 May 2019 22:03:40 +0000 (00:03 +0200)]
gnu: r-a4preproc: Update to 1.32.0.

* gnu/packages/bioconductor.scm (r-a4preproc): Update to 1.32.0.

5 years agognu: r-a4classif: Update to 1.32.0.
Ricardo Wurmus [Sun, 5 May 2019 22:03:32 +0000 (00:03 +0200)]
gnu: r-a4classif: Update to 1.32.0.

* gnu/packages/bioconductor.scm (r-a4classif): Update to 1.32.0.

5 years agognu: r-a4core: Update to 1.32.0.
Ricardo Wurmus [Sun, 5 May 2019 22:03:25 +0000 (00:03 +0200)]
gnu: r-a4core: Update to 1.32.0.

* gnu/packages/bioconductor.scm (r-a4core): Update to 1.32.0.

5 years agognu: r-annaffy: Update to 1.56.0.
Ricardo Wurmus [Sun, 5 May 2019 22:03:17 +0000 (00:03 +0200)]
gnu: r-annaffy: Update to 1.56.0.

* gnu/packages/bioconductor.scm (r-annaffy): Update to 1.56.0.

5 years agognu: r-mlinterfaces: Update to 1.64.0.
Ricardo Wurmus [Sun, 5 May 2019 22:03:10 +0000 (00:03 +0200)]
gnu: r-mlinterfaces: Update to 1.64.0.

* gnu/packages/bioconductor.scm (r-mlinterfaces): Update to 1.64.0.

5 years agognu: r-clusterprofiler: Update to 3.12.0.
Ricardo Wurmus [Sun, 5 May 2019 22:03:02 +0000 (00:03 +0200)]
gnu: r-clusterprofiler: Update to 3.12.0.

* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 3.12.0.

5 years agognu: r-enrichplot: Update to 1.4.0.
Ricardo Wurmus [Sun, 5 May 2019 22:02:55 +0000 (00:02 +0200)]
gnu: r-enrichplot: Update to 1.4.0.

* gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.4.0.

5 years agognu: r-dose: Update to 3.10.0.
Ricardo Wurmus [Sun, 5 May 2019 22:02:46 +0000 (00:02 +0200)]
gnu: r-dose: Update to 3.10.0.

* gnu/packages/bioconductor.scm (r-dose): Update to 3.10.0.

5 years agognu: r-fgsea: Update to 1.10.0.
Ricardo Wurmus [Sun, 5 May 2019 22:02:34 +0000 (00:02 +0200)]
gnu: r-fgsea: Update to 1.10.0.

* gnu/packages/bioconductor.scm (r-fgsea): Update to 1.10.0.
[propagated-inputs]: Add r-bh.

5 years agognu: r-sigpathway: Update to 1.52.0.
Ricardo Wurmus [Sun, 5 May 2019 22:02:25 +0000 (00:02 +0200)]
gnu: r-sigpathway: Update to 1.52.0.

* gnu/packages/bioconductor.scm (r-sigpathway): Update to 1.52.0.

5 years agognu: r-anota: Update to 1.32.0.
Ricardo Wurmus [Sun, 5 May 2019 22:02:18 +0000 (00:02 +0200)]
gnu: r-anota: Update to 1.32.0.

* gnu/packages/bioconductor.scm (r-anota): Update to 1.32.0.

5 years agognu: r-gosemsim: Update to 2.10.0.
Ricardo Wurmus [Sun, 5 May 2019 22:02:10 +0000 (00:02 +0200)]
gnu: r-gosemsim: Update to 2.10.0.

* gnu/packages/bioconductor.scm (r-gosemsim): Update to 2.10.0.

5 years agognu: r-heatplus: Update to 2.30.0.
Ricardo Wurmus [Sun, 5 May 2019 22:02:01 +0000 (00:02 +0200)]
gnu: r-heatplus: Update to 2.30.0.

* gnu/packages/bioconductor.scm (r-heatplus): Update to 2.30.0.

5 years agognu: r-varianttools: Update to 1.26.0.
Ricardo Wurmus [Sun, 5 May 2019 22:01:54 +0000 (00:01 +0200)]
gnu: r-varianttools: Update to 1.26.0.

* gnu/packages/bioconductor.scm (r-varianttools): Update to 1.26.0.

5 years agognu: r-triform: Update to 1.26.0.
Ricardo Wurmus [Sun, 5 May 2019 22:01:46 +0000 (00:01 +0200)]
gnu: r-triform: Update to 1.26.0.

* gnu/packages/bioconductor.scm (r-triform): Update to 1.26.0.

5 years agognu: r-ioniser: Update to 2.8.0.
Ricardo Wurmus [Sun, 5 May 2019 22:01:40 +0000 (00:01 +0200)]
gnu: r-ioniser: Update to 2.8.0.

* gnu/packages/bioconductor.scm (r-ioniser): Update to 2.8.0.

5 years agognu: r-linnorm: Update to 2.8.0.
Ricardo Wurmus [Sun, 5 May 2019 22:01:32 +0000 (00:01 +0200)]
gnu: r-linnorm: Update to 2.8.0.

* gnu/packages/bioconductor.scm (r-linnorm): Update to 2.8.0.

5 years agognu: r-lumi: Update to 2.36.0.
Ricardo Wurmus [Sun, 5 May 2019 22:01:24 +0000 (00:01 +0200)]
gnu: r-lumi: Update to 2.36.0.

* gnu/packages/bioconductor.scm (r-lumi): Update to 2.36.0.

5 years agognu: r-methylumi: Update to 2.30.0.
Ricardo Wurmus [Sun, 5 May 2019 22:01:16 +0000 (00:01 +0200)]
gnu: r-methylumi: Update to 2.30.0.

* gnu/packages/bioconductor.scm (r-methylumi): Update to 2.30.0.

5 years agognu: r-minfi: Update to 1.30.0.
Ricardo Wurmus [Sun, 5 May 2019 22:01:08 +0000 (00:01 +0200)]
gnu: r-minfi: Update to 1.30.0.

* gnu/packages/bioconductor.scm (r-minfi): Update to 1.30.0.

5 years agognu: r-bumphunter: Update to 1.26.0.
Ricardo Wurmus [Sun, 5 May 2019 22:01:01 +0000 (00:01 +0200)]
gnu: r-bumphunter: Update to 1.26.0.

* gnu/packages/bioconductor.scm (r-bumphunter): Update to 1.26.0.

5 years agognu: r-siggenes: Update to 1.58.0.
Ricardo Wurmus [Sun, 5 May 2019 22:00:48 +0000 (00:00 +0200)]
gnu: r-siggenes: Update to 1.58.0.

* gnu/packages/bioconductor.scm (r-siggenes): Update to 1.58.0.
[propagated-inputs]: Add r-scrime.

5 years agognu: r-illuminaio: Update to 0.26.0.
Ricardo Wurmus [Sun, 5 May 2019 22:00:40 +0000 (00:00 +0200)]
gnu: r-illuminaio: Update to 0.26.0.

* gnu/packages/bioconductor.scm (r-illuminaio): Update to 0.26.0.

5 years agognu: r-geoquery: Update to 2.52.0.
Ricardo Wurmus [Sun, 5 May 2019 22:00:33 +0000 (00:00 +0200)]
gnu: r-geoquery: Update to 2.52.0.

* gnu/packages/bioconductor.scm (r-geoquery): Update to 2.52.0.

5 years agognu: r-scone: Update to 1.8.0.
Ricardo Wurmus [Sun, 5 May 2019 22:00:25 +0000 (00:00 +0200)]
gnu: r-scone: Update to 1.8.0.

* gnu/packages/bioconductor.scm (r-scone): Update to 1.8.0.

5 years agognu: r-scdd: Update to 1.8.0.
Ricardo Wurmus [Sun, 5 May 2019 22:00:17 +0000 (00:00 +0200)]
gnu: r-scdd: Update to 1.8.0.

* gnu/packages/bioconductor.scm (r-scdd): Update to 1.8.0.

5 years agognu: r-noiseq: Update to 2.28.0.
Ricardo Wurmus [Sun, 5 May 2019 22:00:10 +0000 (00:00 +0200)]
gnu: r-noiseq: Update to 2.28.0.

* gnu/packages/bioconductor.scm (r-noiseq): Update to 2.28.0.

5 years agognu: r-monocle: Update to 2.12.0.
Ricardo Wurmus [Sun, 5 May 2019 21:59:58 +0000 (23:59 +0200)]
gnu: r-monocle: Update to 2.12.0.

* gnu/packages/bioconductor.scm (r-monocle): Update to 2.12.0.

5 years agognu: r-mast: Update to 1.10.0.
Ricardo Wurmus [Sun, 5 May 2019 21:59:42 +0000 (23:59 +0200)]
gnu: r-mast: Update to 1.10.0.

* gnu/packages/bioconductor.scm (r-mast): Update to 1.10.0.
[propagated-inputs]: Add r-blme.

5 years agognu: r-icobra: Update to 1.12.0.
Ricardo Wurmus [Sun, 5 May 2019 21:59:23 +0000 (23:59 +0200)]
gnu: r-icobra: Update to 1.12.0.

* gnu/packages/bioconductor.scm (r-icobra): Update to 1.12.0.

5 years agognu: r-ihw: Update to 1.12.0.
Ricardo Wurmus [Sun, 5 May 2019 21:59:15 +0000 (23:59 +0200)]
gnu: r-ihw: Update to 1.12.0.

* gnu/packages/bioconductor.scm (r-ihw): Update to 1.12.0.

5 years agognu: r-lpsymphony: Update to 1.12.0.
Ricardo Wurmus [Sun, 5 May 2019 21:59:06 +0000 (23:59 +0200)]
gnu: r-lpsymphony: Update to 1.12.0.

* gnu/packages/bioconductor.scm (r-lpsymphony): Update to 1.12.0.

5 years agognu: r-ebseq: Update to 1.24.0.
Ricardo Wurmus [Sun, 5 May 2019 21:58:55 +0000 (23:58 +0200)]
gnu: r-ebseq: Update to 1.24.0.

* gnu/packages/bioconductor.scm (r-ebseq): Update to 1.24.0.

5 years agognu: r-deds: Update to 1.58.0.
Ricardo Wurmus [Sun, 5 May 2019 21:58:47 +0000 (23:58 +0200)]
gnu: r-deds: Update to 1.58.0.

* gnu/packages/bioconductor.scm (r-deds): Update to 1.58.0.

5 years agognu: r-dnacopy: Update to 1.58.0.
Ricardo Wurmus [Sun, 5 May 2019 21:58:40 +0000 (23:58 +0200)]
gnu: r-dnacopy: Update to 1.58.0.

* gnu/packages/bioconductor.scm (r-dnacopy): Update to 1.58.0.

5 years agognu: r-copynumber: Update to 1.24.0.
Ricardo Wurmus [Sun, 5 May 2019 21:58:32 +0000 (23:58 +0200)]
gnu: r-copynumber: Update to 1.24.0.

* gnu/packages/bioconductor.scm (r-copynumber): Update to 1.24.0.

5 years agognu: r-chipexoqual: Update to 1.8.0.
Ricardo Wurmus [Sun, 5 May 2019 21:58:23 +0000 (23:58 +0200)]
gnu: r-chipexoqual: Update to 1.8.0.

* gnu/packages/bioconductor.scm (r-chipexoqual): Update to 1.8.0.