me
/
guix
Archived
1
0
Fork 0

gnu: r-biocor: Update to 1.16.0.

* gnu/packages/bioconductor.scm (r-biocor): Update to 1.16.0.
master
Ricardo Wurmus 2021-06-05 08:50:11 +02:00
parent 4faded238e
commit 2023951c8e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -11586,14 +11586,14 @@ tools for genome-scale analysis of cancer studies.")
(define-public r-biocor
(package
(name "r-biocor")
(version "1.14.0")
(version "1.16.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "BioCor" version))
(sha256
(base32
"12slrdn98h43j3y7klk3chrwa2ycwm4krhz3l3kfzbxr834mhy19"))))
"135rga7mwpzy8ypvriqpbmlh9l5yf61s9s1sa9615qfab14jh06b"))))
(properties `((upstream-name . "BioCor")))
(build-system r-build-system)
(propagated-inputs