mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05: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
|
||||
(package
|
||||
(name "r-rqc")
|
||||
(version "1.32.0")
|
||||
(version "1.34.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Rqc" version))
|
||||
(sha256
|
||||
(base32
|
||||
"02k64pjd1dlz5sksdbkbii9z4ihf1833ws7wwj81w3757zzabx0x"))))
|
||||
"15w5bmcl7h3fz6qhdqz4qc3qkg3pxcmzapg4mnnckzmyg8kh0i4l"))))
|
||||
(properties `((upstream-name . "Rqc")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue