mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: r-rqc: Update to 1.34.0.
* gnu/packages/bioconductor.scm (r-rqc): Update to 1.34.0.
This commit is contained in:
parent
8d3676e217
commit
29649ada9e
1 changed files with 2 additions and 2 deletions
|
@ -14724,14 +14724,14 @@ (define-public r-quasr
|
||||||
(define-public r-rqc
|
(define-public r-rqc
|
||||||
(package
|
(package
|
||||||
(name "r-rqc")
|
(name "r-rqc")
|
||||||
(version "1.32.0")
|
(version "1.34.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
|
||||||
"02k64pjd1dlz5sksdbkbii9z4ihf1833ws7wwj81w3757zzabx0x"))))
|
"15w5bmcl7h3fz6qhdqz4qc3qkg3pxcmzapg4mnnckzmyg8kh0i4l"))))
|
||||||
(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