diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-06-09 15:19:36 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-06-09 15:19:58 +0200 |
commit | 823e23fffe686c2105970682da9a89f7464f4647 (patch) | |
tree | 0f3c1f94f7f2bbb09faf860250c371f12bae41bc | |
parent | 85e067161aa5d01501771a472194334c87b48114 (diff) | |
download | patches-823e23fffe686c2105970682da9a89f7464f4647.tar patches-823e23fffe686c2105970682da9a89f7464f4647.tar.gz |
gnu: r-msnbase: Update to 2.10.1.
* gnu/packages/bioinformatics.scm (r-msnbase): Update to 2.10.1.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 7c6a4458c1..bb15672d51 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -9370,14 +9370,14 @@ structure (pcaRes) to provide a common interface to the PCA results.") (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 |