mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-rqc: Update to 1.30.0.
* gnu/packages/bioconductor.scm (r-rqc): Update to 1.30.0.
This commit is contained in:
parent
2a5a695855
commit
e037f48fcc
1 changed files with 2 additions and 2 deletions
|
@ -10473,14 +10473,14 @@ (define-public r-quasr
|
||||||
(define-public r-rqc
|
(define-public r-rqc
|
||||||
(package
|
(package
|
||||||
(name "r-rqc")
|
(name "r-rqc")
|
||||||
(version "1.28.0")
|
(version "1.30.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Rqc" version))
|
(uri (bioconductor-uri "Rqc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hcxkrfja0gmd8r2llijdvaw2xiiplk037305inimz0qna6w2071"))))
|
"11j8m69zdcmpjb3xzr4s8sqmv8aqgl8q7k81gnd09l3nyjzy0h1k"))))
|
||||||
(properties `((upstream-name . "Rqc")))
|
(properties `((upstream-name . "Rqc")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue