mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: r-shortread: Update to 1.60.0.
* gnu/packages/bioconductor.scm (r-shortread): Update to 1.60.0. Change-Id: I130c2f6de4a31c639da2cbddc5d3dd9ef35e3dfb
This commit is contained in:
parent
19cc337424
commit
fecb7da1db
1 changed files with 3 additions and 3 deletions
|
@ -10294,14 +10294,14 @@ (define-public r-shinymethyl
|
||||||
(define-public r-shortread
|
(define-public r-shortread
|
||||||
(package
|
(package
|
||||||
(name "r-shortread")
|
(name "r-shortread")
|
||||||
(version "1.58.0")
|
(version "1.60.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ShortRead" version))
|
(uri (bioconductor-uri "ShortRead" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wpr3ksr7j5yk6m1zaa47dwdgznajsz8as4p9vf7schaqvhq1wc4"))))
|
"0fgiszb5qhplppfngpi4s33sx62ff5sdhd6n31a3b6l7fnlvk51m"))))
|
||||||
(properties `((upstream-name . "ShortRead")))
|
(properties `((upstream-name . "ShortRead")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
@ -10314,11 +10314,11 @@ (define-public r-shortread
|
||||||
r-genomeinfodb
|
r-genomeinfodb
|
||||||
r-genomicalignments
|
r-genomicalignments
|
||||||
r-genomicranges
|
r-genomicranges
|
||||||
r-rhtslib
|
|
||||||
r-hwriter
|
r-hwriter
|
||||||
r-iranges
|
r-iranges
|
||||||
r-lattice
|
r-lattice
|
||||||
r-latticeextra
|
r-latticeextra
|
||||||
|
r-rhtslib
|
||||||
r-rsamtools
|
r-rsamtools
|
||||||
r-s4vectors
|
r-s4vectors
|
||||||
r-xvector
|
r-xvector
|
||||||
|
|
Loading…
Reference in a new issue