guix-commits
[Top][All Lists]
Advanced

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

127/265: gnu: r-rhtslib: Update to 1.18.0.


From: guix-commits
Subject: 127/265: gnu: r-rhtslib: Update to 1.18.0.
Date: Sun, 15 Dec 2019 09:40:20 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 108c03a8eb1907b2ad2f9e055f896a6e91962c87
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:10:02 2019 +0100

    gnu: r-rhtslib: Update to 1.18.0.
    
    * gnu/packages/bioinformatics.scm (r-rhtslib): Update to 1.18.0.
    [propagated-inputs]: Add curl.
---
 gnu/packages/bioinformatics.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 9da6fe8..c545b81 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8313,21 +8313,22 @@ secondary structure and comparative analysis in R.")
 (define-public r-rhtslib
   (package
     (name "r-rhtslib")
-    (version "1.16.3")
+    (version "1.18.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Rhtslib" version))
        (sha256
         (base32
-         "1lmrfr32nrz36abn440kvzzck53y2320xjxqzs2jw7m2a9h3ryak"))))
+         "04inkq44lxwymqv51mxgaphasqjcdc9rl5p58imnrdm0kszs8prm"))))
     (properties `((upstream-name . "Rhtslib")))
     (build-system r-build-system)
     ;; Without this a temporary directory ends up in the Rhtslib.so binary,
     ;; which makes R abort the build.
     (arguments '(#:configure-flags '("--no-staged-install")))
     (propagated-inputs
-     `(("r-zlibbioc" ,r-zlibbioc)))
+     `(("curl" ,curl)
+       ("r-zlibbioc" ,r-zlibbioc)))
     (inputs
      `(("zlib" ,zlib)))
     (native-inputs



reply via email to

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