guix-commits
[Top][All Lists]
Advanced

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

71/356: gnu: r-mzr: Update to 2.28.0.


From: guix-commits
Subject: 71/356: gnu: r-mzr: Update to 2.28.0.
Date: Sun, 7 Nov 2021 18:11:02 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 3de4beb0133dda64ed759b11da50c49666d47d53
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 22:04:06 2021 +0000

    gnu: r-mzr: Update to 2.28.0.
    
    * gnu/packages/bioconductor.scm (r-mzr): Update to 2.28.0.
---
 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 3aa05ba..b20668a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3651,14 +3651,14 @@ specific parser.")
 (define-public r-mzr
   (package
     (name "r-mzr")
-    (version "2.26.1")
+    (version "2.28.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "mzR" version))
        (sha256
         (base32
-         "0z4cz6lir9gwzy0hxwv03wv36fkkfdb97p9wv4af020k0zkp3ipr"))
+         "1azq0wjjy6n5xc721gjz6afm43ajz15b4p34vgsdjzwg9qn1vrs1"))
        (modules '((guix build utils)))
        (snippet
         '(begin
@@ -3681,7 +3681,7 @@ specific parser.")
              #t)))))
     (inputs
      `(;; Our default boost package won't work here, unfortunately, even with
-       ;; mzR version 2.26.1.
+       ;; mzR version 2.28.0.
        ("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]