mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-biobase: Update to 2.40.0.
* gnu/packages/bioinformatics.scm (r-biobase): Update to 2.40.0.
This commit is contained in:
parent
e51afc63b7
commit
6fd71f1b6a
1 changed files with 2 additions and 2 deletions
|
@ -7388,13 +7388,13 @@ (define-public r-genomicranges
|
|||
(define-public r-biobase
|
||||
(package
|
||||
(name "r-biobase")
|
||||
(version "2.38.0")
|
||||
(version "2.40.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Biobase" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1cgm1ja1kp56zdlzyy9ggbkfn8r2vbsd4hncmz8g4hjd47fg18kg"))))
|
||||
"1iwds2a5ir29k19dbpynlc7nn836cw2gamchhgpi2jf2xar9m9jz"))))
|
||||
(properties
|
||||
`((upstream-name . "Biobase")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue