diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-06-02 12:06:43 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-06-02 13:39:10 +0200 |
commit | bdc8b40af2553dcd27d8bb581a8865c7e9e08d87 (patch) | |
tree | 6cb482e7c05693e2c735a19f6306b03df146e0f7 /gnu | |
parent | 250d78eac95c22c227aa38377627aa6e01f6b1bd (diff) | |
download | guix-bdc8b40af2553dcd27d8bb581a8865c7e9e08d87.tar guix-bdc8b40af2553dcd27d8bb581a8865c7e9e08d87.tar.gz |
gnu: r-msnid: Update to 1.14.0.
* gnu/packages/bioinformatics.scm (r-msnid): Update to 1.14.0.
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 5a1443f83a..cee999ad81 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -9636,14 +9636,14 @@ of mass spectrometry based proteomics data.") (define-public r-msnid (package (name "r-msnid") - (version "1.12.1") + (version "1.14.0") (source (origin (method url-fetch) (uri (bioconductor-uri "MSnID" version)) (sha256 (base32 - "1zw508kk4f8brg69674wp18gqkpx2kpya5f6x9cl3qng7v4h5pxx")))) + "172q5chi44104iz4y0g42wrimfp7hlhrfa8vzybx6m0ccrkkhl17")))) (properties `((upstream-name . "MSnID"))) (build-system r-build-system) (propagated-inputs |