mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-biocor: Update to 1.14.0.
* gnu/packages/bioconductor.scm (r-biocor): Update to 1.14.0.
This commit is contained in:
parent
e29b15ee97
commit
072f722f8e
1 changed files with 2 additions and 2 deletions
|
@ -7997,14 +7997,14 @@ (define-public r-bioconcotk
|
|||
(define-public r-biocor
|
||||
(package
|
||||
(name "r-biocor")
|
||||
(version "1.12.0")
|
||||
(version "1.14.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BioCor" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1xghclfqv8d23g72g8914br5zjx4sz9zihzczwwmpl15lghpnqwy"))))
|
||||
"12slrdn98h43j3y7klk3chrwa2ycwm4krhz3l3kfzbxr834mhy19"))))
|
||||
(properties `((upstream-name . "BioCor")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue