guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: r-mzr: Update to 2.24.1.


From: guix-commits
Subject: 02/05: gnu: r-mzr: Update to 2.24.1.
Date: Sat, 21 Nov 2020 04:22:47 -0500 (EST)

rekado pushed a commit to branch wip-r
in repository guix.

commit fed86f30d2dfdb8db6465fa18b998a8b7bcf58d5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Nov 21 07:37:49 2020 +0100

    gnu: r-mzr: Update to 2.24.1.
    
    * gnu/packages/bioinformatics.scm (r-mzr): Update to 2.24.1.
---
 gnu/packages/bioinformatics.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 2fd7f06..09b4482 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9543,14 +9543,14 @@ proteomics packages.")
 (define-public r-mzr
   (package
     (name "r-mzr")
-    (version "2.24.0")
+    (version "2.24.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "mzR" version))
        (sha256
         (base32
-         "1318gd9aljivf78wwbxbqr2yqi6jc3nfg46wjdji8gb44gksc41y"))
+         "0ik0yrjhvk8r5pm990chn2aadp0gqzzkkm0027682ky34xp142sg"))
        (modules '((guix build utils)))
        (snippet
         '(begin
@@ -9577,7 +9577,7 @@ proteomics packages.")
              #t)))))
     (inputs
      `(;; Our default boost package won't work here, unfortunately, even with
-       ;; mzR version 2.24.0.
+       ;; mzR version 2.24.1.
        ("boost" ,boost-for-mysql) ; use this instead of the bundled boost 
sources
        ("zlib" ,zlib)))
     (propagated-inputs



reply via email to

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