guix-commits
[Top][All Lists]
Advanced

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

15/119: gnu: r-mzr: Update to 2.26.1.


From: guix-commits
Subject: 15/119: gnu: r-mzr: Update to 2.26.1.
Date: Sat, 10 Jul 2021 16:31:41 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ea52ad7d4f585fc2bf4bc11cdbcf6dd57e1e24f4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jul 10 13:26:09 2021 +0200

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

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 14cbe68..5f88117 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3571,14 +3571,14 @@ specific parser.")
 (define-public r-mzr
   (package
     (name "r-mzr")
-    (version "2.26.0")
+    (version "2.26.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "mzR" version))
        (sha256
         (base32
-         "1m5xvnv0rxyrfri4jwyyryr13d55nyhqvfc5xxg5mpskw2v029kp"))
+         "0z4cz6lir9gwzy0hxwv03wv36fkkfdb97p9wv4af020k0zkp3ipr"))
        (modules '((guix build utils)))
        (snippet
         '(begin
@@ -3601,7 +3601,7 @@ specific parser.")
              #t)))))
     (inputs
      `(;; Our default boost package won't work here, unfortunately, even with
-       ;; mzR version 2.26.0.
+       ;; mzR version 2.26.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]