mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: r-rqc: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-rqc): Update to 1.20.0.
This commit is contained in:
parent
a9e5145c32
commit
11db82b07c
1 changed files with 2 additions and 2 deletions
|
@ -4950,14 +4950,14 @@ (define-public r-quasr
|
|||
(define-public r-rqc
|
||||
(package
|
||||
(name "r-rqc")
|
||||
(version "1.18.0")
|
||||
(version "1.20.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Rqc" version))
|
||||
(sha256
|
||||
(base32
|
||||
"09kyn5nc2fqfdm3q07h0x2jyh24vsq5sxxm63ir1lvv250lmal4g"))))
|
||||
"1nxkrb9kx41g050yz935yrl9pjkakhr8v6whxcvr72gg4r9m2x3m"))))
|
||||
(properties `((upstream-name . "Rqc")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue