mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 17:56:24 +01:00
gnu: r-msnbase: Update to 2.10.1.
* gnu/packages/bioinformatics.scm (r-msnbase): Update to 2.10.1.
This commit is contained in:
parent
85e067161a
commit
823e23fffe
1 changed files with 2 additions and 2 deletions
|
@ -9370,14 +9370,14 @@ (define-public r-pcamethods
|
|||
(define-public r-msnbase
|
||||
(package
|
||||
(name "r-msnbase")
|
||||
(version "2.10.0")
|
||||
(version "2.10.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "MSnbase" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1lqdlyvs2c9g55zf8gnw142ps4jid644fhfvclnax7sjjwrqdjzv"))))
|
||||
"0z63yqazkycq0zbbarq9ida6al35hv3g7g9g7s7bss4gh0hk7lhd"))))
|
||||
(properties `((upstream-name . "MSnbase")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue