guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

99/104: gnu: r-msnid: Update to 1.18.1.


From: guix-commits
Subject: 99/104: gnu: r-msnid: Update to 1.18.1.
Date: Tue, 6 Aug 2019 09:50:37 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c8e141ab02c0f5d4027b8b4d0eb141796d4f0ffc
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Aug 6 15:40:46 2019 +0200

    gnu: r-msnid: Update to 1.18.1.
    
    * gnu/packages/bioinformatics.scm (r-msnid): Update to 1.18.1.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 3661f9f..956257d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9418,14 +9418,14 @@ of mass spectrometry based proteomics data.")
 (define-public r-msnid
   (package
     (name "r-msnid")
-    (version "1.18.0")
+    (version "1.18.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "MSnID" version))
        (sha256
         (base32
-         "18mp8zacawhfapfwpq8czbswxix2ykvqhwjga54v0a99zg3k87h3"))))
+         "1n49l5mjdz7p4g2nwsbhm1jcj42sv6lsriq77n2imvacsvk0qfmb"))))
     (properties `((upstream-name . "MSnID")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]