guix-commits
[Top][All Lists]
Advanced

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

151/151: gnu: r-mzr: Update to 2.16.0.


From: Ricardo Wurmus
Subject: 151/151: gnu: r-mzr: Update to 2.16.0.
Date: Wed, 7 Nov 2018 06:29:04 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 9255198423294d16a6dfc2d1c71ce834d5496436
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Nov 7 12:25:18 2018 +0100

    gnu: r-mzr: Update to 2.16.0.
    
    * gnu/packages/bioinformatics.scm (r-mzr): Update to 2.16.0.
    [inputs]: Remove netcdf.
    [propagated-inputs]: Add r-ncdf4.
---
 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 9f2dd6c..8ae07ba 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9529,14 +9529,14 @@ proteomics packages.")
 (define-public r-mzr
   (package
     (name "r-mzr")
-    (version "2.14.0")
+    (version "2.16.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "mzR" version))
        (sha256
         (base32
-         "190m2bq5bqxhljaj4f7vz9wj5h5laaxd8zp5jampnql6xc4zmarg"))
+         "0li1y6p95ljiva4lvfmql9sipn4dq42sknbh60b36ycjppnf8lj5"))
        (modules '((guix build utils)))
        (snippet
         '(begin
@@ -9558,11 +9558,11 @@ proteomics packages.")
              #t)))))
     (inputs
      `(("boost" ,boost) ; use this instead of the bundled boost sources
-       ("netcdf" ,netcdf)
        ("zlib" ,zlib)))
     (propagated-inputs
      `(("r-biobase" ,r-biobase)
        ("r-biocgenerics" ,r-biocgenerics)
+       ("r-ncdf4" ,r-ncdf4)
        ("r-protgenerics" ,r-protgenerics)
        ("r-rcpp" ,r-rcpp)
        ("r-rhdf5lib" ,r-rhdf5lib)



reply via email to

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