mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: r-rqc: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-rqc): Update to 1.26.0.
This commit is contained in:
parent
f039c22c97
commit
ec78a01db3
1 changed files with 2 additions and 2 deletions
|
@ -9005,14 +9005,14 @@ (define-public r-quasr
|
||||||
(define-public r-rqc
|
(define-public r-rqc
|
||||||
(package
|
(package
|
||||||
(name "r-rqc")
|
(name "r-rqc")
|
||||||
(version "1.24.0")
|
(version "1.26.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
|
||||||
"083c3ql0gndb6y7m9d3rpbkimyw8cj8jyv77mwwjhq49lzwsg6n9"))))
|
"02hwj2vd003x0zf273ndnwh7kxy6wc3sz14d3kryp2w2aqjj826f"))))
|
||||||
(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