[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/323: gnu: r-annotate: Update to 1.68.0.
From: |
guix-commits |
Subject: |
12/323: gnu: r-annotate: Update to 1.68.0. |
Date: |
Mon, 7 Dec 2020 15:12:39 -0500 (EST) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 6de4ea97c37c9e35721973eac071f439ae0d57bf
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:47:28 2020 +0100
gnu: r-annotate: Update to 1.68.0.
* gnu/packages/bioconductor.scm (r-annotate): Update to 1.68.0.
[propagated-inputs]: Remove 'r-rcurl', add 'r-httr'.
---
gnu/packages/bioconductor.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index aaa4630..880998d 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1354,21 +1354,21 @@ structure.")
(define-public r-annotate
(package
(name "r-annotate")
- (version "1.66.0")
+ (version "1.68.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "annotate" version))
(sha256
(base32
- "1ivszqknryq6n5a85z8zj12fvgcs6zz3zlza8q08pl6cs4m5rm4w"))))
+ "1rql591x56532m8n4axdkfkhkbcsz5hfrf7271s0lmkvy84i7z6l"))))
(build-system r-build-system)
(propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi)
("r-biobase" ,r-biobase)
("r-biocgenerics" ,r-biocgenerics)
("r-dbi" ,r-dbi)
- ("r-rcurl" ,r-rcurl)
+ ("r-httr" ,r-httr)
("r-xml" ,r-xml)
("r-xtable" ,r-xtable)))
(home-page
- branch wip-r created (now 74a8f79), guix-commits, 2020/12/07
- 01/323: import: cran: Update the Bioconductor version to 3.12., guix-commits, 2020/12/07
- 03/323: gnu: r-coverageview: Update to 1.28.0., guix-commits, 2020/12/07
- 04/323: gnu: r-cummerbund: Update to 2.32.0., guix-commits, 2020/12/07
- 06/323: gnu: r-biocgenerics: Update to 0.36.0., guix-commits, 2020/12/07
- 02/323: gnu: r-ideoviz: Update to 1.26.0., guix-commits, 2020/12/07
- 07/323: gnu: r-affycomp: Update to 1.66.0., guix-commits, 2020/12/07
- 09/323: gnu: r-affycontam: Update to 1.48.0., guix-commits, 2020/12/07
- 05/323: gnu: r-biocversion: Update to 3.12.0., guix-commits, 2020/12/07
- 12/323: gnu: r-annotate: Update to 1.68.0.,
guix-commits <=
- 15/323: gnu: r-reportingtools: Update to 2.30.0., guix-commits, 2020/12/07
- 08/323: gnu: r-affycompatible: Update to 1.50.0., guix-commits, 2020/12/07
- 13/323: gnu: r-hpar: Update to 1.32.1., guix-commits, 2020/12/07
- 14/323: gnu: r-regioner: Update to 1.22.0., guix-commits, 2020/12/07
- 19/323: gnu: r-qvalue: Update to 2.22.0., guix-commits, 2020/12/07
- 20/323: gnu: Add r-rcppnumerical., guix-commits, 2020/12/07
- 18/323: gnu: r-oligo: Update to 1.54.0., guix-commits, 2020/12/07
- 23/323: gnu: Add r-etrunct., guix-commits, 2020/12/07
- 26/323: gnu: Add r-greylistchip., guix-commits, 2020/12/07
- 27/323: gnu: r-diffbind: Update to 3.0.7., guix-commits, 2020/12/07