mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-rqc: Update to 1.38.0.
* gnu/packages/bioconductor.scm (r-rqc): Update to 1.38.0. Change-Id: Ic0d16636a1d8b895f90488a53e5fb12e926aab96
This commit is contained in:
parent
41a7ae9ec3
commit
1e41a6c5a2
1 changed files with 2 additions and 2 deletions
|
@ -18221,14 +18221,14 @@ quantification of genomic regions of interest.")
|
||||||
(define-public r-rqc
|
(define-public r-rqc
|
||||||
(package
|
(package
|
||||||
(name "r-rqc")
|
(name "r-rqc")
|
||||||
(version "1.36.0")
|
(version "1.38.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
|
||||||
"0hrhfgv0b9ycw2vmzkpmrv9m9jvvq1n6asnxnrgvzlz81xak84ic"))))
|
"0szd5ygcvpaiwqss8galxzxpslpfh93rk42s865v0qpv0s9v9x0l"))))
|
||||||
(properties `((upstream-name . "Rqc")))
|
(properties `((upstream-name . "Rqc")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue