From 511abd7addb03434114cb851367a3a39387b42a0 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 7 Nov 2018 12:10:24 +0100 Subject: gnu: r-affyio: Update to 1.52.0. * gnu/packages/bioinformatics.scm (r-affyio): Update to 1.52.0. --- gnu/packages/bioinformatics.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 581a6d46b6..0258ba33d9 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -9589,14 +9589,14 @@ previously been used in XCMS.") (define-public r-affyio (package (name "r-affyio") - (version "1.50.0") + (version "1.52.0") (source (origin (method url-fetch) (uri (bioconductor-uri "affyio" version)) (sha256 (base32 - "0sh5wnnchyfpq5n6rchbqmb27byn7kdzn5rgran6i39c81i5z22n")))) + "1s4zp1211vf0krxzch9v3q3r6vs8hihqppq18i2fpvwlknfja7c1")))) (build-system r-build-system) (propagated-inputs `(("r-zlibbioc" ,r-zlibbioc))) -- cgit v1.2.3 table class='tabs'> aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/base.scm
AgeCommit message (Expand)Author
2017-01-25services: Export guix-configuration getters....Mathieu Othacehe
2016-12-19services: guix: Add 'log-file' configuration option....Ludovic Courtès
2016-12-19services: guix: Remove dependency on lsh....Ludovic Courtès
2016-12-19services: Use 'file-append' in more places....Ludovic Courtès
2016-12-05services: file-system: Make sure fsck.* commands are in $PATH....Ludovic Courtès
2016-12-02gnu: file-system-shepherd-service: Use mount-file-system....John Darrington
2016-09-19services: console-font: A single service handles all the VTs....Ludovic Courtès
2016-09-11services: Add kmscon service....David Craven
2016-09-11services: Add login-service....David Craven
2016-09-10system: Use 'file-append' to denote file names....Ludovic Courtès
2016-09-07services: syslog: Use a PID file....Ludovic Courtès
2016-09-06services: syslog: Use syslog-configuration....David Craven
2016-08-22services: Make a single extensible 'file-systems' service....Ludovic Courtès
2016-08-19services: guix: Add 'authorized-keys' configuration knob....Ludovic Courtès
2016-08-14services: guix: Fix activation when 'authorize-key?' is false....Mark H Weaver
2016-07-21services: Export *-service-type and *-configuration....Tomáš Čech
2016-07-19services: Add pam-limits-service....Ricardo Wurmus
2016-07-15gnu: lsh: Move to (gnu packages ssh)...David Craven
2016-07-12services: <shepherd-service> no longer has an 'imported-modules' field....Ludovic Courtès
2016-07-12gnu: Switch to 'with-imported-modules'....Ludovic Courtès
2016-07-05services: Add rngd-service....David Craven
2016-06-27services: Export more service types....Ludovic Courtès
2016-06-27services: nscd: Wait for the PID file....Ludovic Courtès