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