diff options
author | Roel Janssen <roel@gnu.org> | 2018-11-19 16:46:00 +0100 |
---|---|---|
committer | Roel Janssen <roel@gnu.org> | 2018-11-19 16:46:00 +0100 |
commit | e0388191381a6882e00394100b41b6ee14745d60 (patch) | |
tree | dd37e38c9766643661e5885adb8eb688024fc367 /gnu | |
parent | 4535a7b0f5912fee5ff38f8ec41e83fe9f2b35e9 (diff) | |
download | guix-e0388191381a6882e00394100b41b6ee14745d60.tar guix-e0388191381a6882e00394100b41b6ee14745d60.tar.gz |
gnu: r-msnbase: Update to 2.8.1.
* gnu/packages/bioinformatics.scm (r-msnbase): Update to 2.8.1.
Diffstat (limited to 'gnu')
-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 89d9c4168f..f07c01be46 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -9740,14 +9740,14 @@ structure (pcaRes) to provide a common interface to the PCA results.") (define-public r-msnbase (package (name "r-msnbase") - (version "2.8.0") + (version "2.8.1") (source (origin (method url-fetch) (uri (bioconductor-uri "MSnbase" version)) (sha256 (base32 - "0nnlydpklmv9kwlk3gkjgabx7l6y4gav3imq98w8wskb1fhm50c0")))) + "0y658anh06vnvbkfs7r8q40gqgyqr2r8kj7jlpnp33fy1lvp1nv7")))) (properties `((upstream-name . "MSnbase"))) (build-system r-build-system) (propagated-inputs |