mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: r-biocor: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-biocor): Update to 1.18.0.
This commit is contained in:
parent
b9275baa5a
commit
a6dd46bfc5
1 changed files with 2 additions and 2 deletions
|
@ -11949,14 +11949,14 @@ (define-public r-bioconcotk
|
|||
(define-public r-biocor
|
||||
(package
|
||||
(name "r-biocor")
|
||||
(version "1.16.0")
|
||||
(version "1.18.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BioCor" version))
|
||||
(sha256
|
||||
(base32
|
||||
"135rga7mwpzy8ypvriqpbmlh9l5yf61s9s1sa9615qfab14jh06b"))))
|
||||
"0ii4g7438lb34ykidkbxw3v3k289k662rgbgayf9gak5avpkb2cq"))))
|
||||
(properties `((upstream-name . "BioCor")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue