diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-11-03 17:01:35 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-11-03 22:49:17 +0100 |
commit | fecb7da1db314888b23d08a9f021b3964de9a23c (patch) | |
tree | 49f8d35f7f263252399409c3693d8e26838b9121 /gnu | |
parent | 19cc337424a9084362d0538c3ce7fe25734d2e4c (diff) | |
download | guix-fecb7da1db314888b23d08a9f021b3964de9a23c.tar.gz |
gnu: r-shortread: Update to 1.60.0.
* gnu/packages/bioconductor.scm (r-shortread): Update to 1.60.0. Change-Id: I130c2f6de4a31c639da2cbddc5d3dd9ef35e3dfb
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioconductor.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index bbe8edbfb9..3eb6ad5472 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -10294,14 +10294,14 @@ methylation array data. Both the 450k and EPIC array are supported.") (define-public r-shortread (package (name "r-shortread") - (version "1.58.0") + (version "1.60.0") (source (origin (method url-fetch) (uri (bioconductor-uri "ShortRead" version)) (sha256 (base32 - "0wpr3ksr7j5yk6m1zaa47dwdgznajsz8as4p9vf7schaqvhq1wc4")))) + "0fgiszb5qhplppfngpi4s33sx62ff5sdhd6n31a3b6l7fnlvk51m")))) (properties `((upstream-name . "ShortRead"))) (build-system r-build-system) (inputs @@ -10314,11 +10314,11 @@ methylation array data. Both the 450k and EPIC array are supported.") r-genomeinfodb r-genomicalignments r-genomicranges - r-rhtslib r-hwriter r-iranges r-lattice r-latticeextra + r-rhtslib r-rsamtools r-s4vectors r-xvector |