me
/
guix
Archived
1
0
Fork 0

gnu: r-biobase: Update to 2.64.0.

* gnu/packages/bioconductor.scm (r-biobase): Update to 2.64.0.

Change-Id: I5330e457bbabd007683ed869b539bd38a407df30
master
Ricardo Wurmus 2024-05-07 12:32:52 +02:00
parent 5970c028f0
commit a1d32a9206
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6979,13 +6979,13 @@ paired-end data.")
(define-public r-biobase
(package
(name "r-biobase")
(version "2.62.0")
(version "2.64.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "Biobase" version))
(sha256
(base32
"0znkawzr3hgbp2dkdk30ziqa6ylbq2nf0xmz4vi089cw9763lxgg"))))
"09xnl0qq4qsd981i9srw07228lgashcvcavi8k0izdzfyk6ka7m2"))))
(properties
`((upstream-name . "Biobase")))
(build-system r-build-system)