[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/289: gnu: r-annotate: Update to 1.68.0.
From: |
guix-commits |
Subject: |
11/289: gnu: r-annotate: Update to 1.68.0. |
Date: |
Fri, 6 Nov 2020 18:04:01 -0500 (EST) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 3f12dd71a3a194a1b81b4260c530dc7954ce7dd9
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 a74ad07..738fb76 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
- 04/289: gnu: r-biocversion: Update to 3.12.0., (continued)
- 04/289: gnu: r-biocversion: Update to 3.12.0., guix-commits, 2020/11/06
- 01/289: gnu: r-ideoviz: Update to 1.26.0., guix-commits, 2020/11/06
- 05/289: gnu: r-biocgenerics: Update to 0.36.0., guix-commits, 2020/11/06
- 06/289: gnu: r-affycomp: Update to 1.66.0., guix-commits, 2020/11/06
- 07/289: gnu: r-affycompatible: Update to 1.50.0., guix-commits, 2020/11/06
- 09/289: gnu: r-affycoretools: Update to 1.62.0., guix-commits, 2020/11/06
- 13/289: gnu: r-regioner: Update to 1.22.0., guix-commits, 2020/11/06
- 14/289: gnu: r-reportingtools: Update to 2.30.0., guix-commits, 2020/11/06
- 16/289: gnu: r-oligoclasses: Update to 1.52.0., guix-commits, 2020/11/06
- 19/289: gnu: r-diffbind: Update to 3.0.0., guix-commits, 2020/11/06
- 11/289: gnu: r-annotate: Update to 1.68.0.,
guix-commits <=
- 18/289: gnu: r-qvalue: Update to 2.22.0., guix-commits, 2020/11/06
- 12/289: gnu: r-hpar: Update to 1.32.0., guix-commits, 2020/11/06
- 17/289: gnu: r-oligo: Update to 1.54.0., guix-commits, 2020/11/06
- 10/289: gnu: r-affxparser: Update to 1.62.0., guix-commits, 2020/11/06
- 20/289: gnu: r-multtest: Update to 2.46.0., guix-commits, 2020/11/06
- 22/289: gnu: r-chippeakanno: Update to 3.24.0., guix-commits, 2020/11/06
- 23/289: gnu: r-marray: Update to 1.68.0., guix-commits, 2020/11/06
- 26/289: gnu: r-qdnaseq: Update to 1.26.0., guix-commits, 2020/11/06
- 28/289: gnu: r-chipcomp: Update to 1.20.0., guix-commits, 2020/11/06
- 29/289: gnu: r-riboprofiling: Update to 1.20.0., guix-commits, 2020/11/06