me
/
guix
Archived
1
0
Fork 0

gnu: r-msnbase: Update to 2.16.1.

* gnu/packages/bioinformatics.scm (r-msnbase): Update to 2.16.1.
master
Ricardo Wurmus 2021-02-11 21:32:01 +01:00
parent 2596200514
commit 5103da059a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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