me
/
guix
Archived
1
0
Fork 0

gnu: r-biobase: Update to 2.58.0.

* gnu/packages/bioconductor.scm (r-biobase): Update to 2.58.0.
master
zimoun 2022-11-17 03:50:08 +01:00 committed by Ricardo Wurmus
parent 822ad274c9
commit a0d2db2e08
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4482,13 +4482,13 @@ paired-end data.")
(define-public r-biobase
(package
(name "r-biobase")
(version "2.56.0")
(version "2.58.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "Biobase" version))
(sha256
(base32
"1mnxky78an079p60427cjvk4fzilp0xzy6b85fq274qvdcrz8jbv"))))
"0rp541nphbcya6kbk1nzrrb05g5m6pxb3yqz5cj873di9vsqlyfv"))))
(properties
`((upstream-name . "Biobase")))
(build-system r-build-system)