me
/
guix
Archived
1
0
Fork 0

gnu: r-msnbase: Update to 2.12.0.

* gnu/packages/bioinformatics.scm (r-msnbase): Update to 2.12.0.
master
Ricardo Wurmus 2019-12-15 15:08:45 +01:00
parent 597aeb8a34
commit 589939937d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9402,14 +9402,14 @@ structure (pcaRes) to provide a common interface to the PCA results.")
(define-public r-msnbase
(package
(name "r-msnbase")
(version "2.10.1")
(version "2.12.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "MSnbase" version))
(sha256
(base32
"0z63yqazkycq0zbbarq9ida6al35hv3g7g9g7s7bss4gh0hk7lhd"))))
"1z889xkfphqqmv31i8hh5xqyclv660ic26rfck5bjpgk3s2zzwi6"))))
(properties `((upstream-name . "MSnbase")))
(build-system r-build-system)
(propagated-inputs