guix-commits
[Top][All Lists]
Advanced

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

59/112: gnu: r-rhtslib: Update to 1.12.1.


From: Ricardo Wurmus
Subject: 59/112: gnu: r-rhtslib: Update to 1.12.1.
Date: Sat, 2 Jun 2018 07:40:13 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 1a08bb8a177ff1b1cca363e5a8bccacf5111bb01
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jun 2 11:58:55 2018 +0200

    gnu: r-rhtslib: Update to 1.12.1.
    
    * gnu/packages/bioinformatics.scm (r-rhtslib): Update to 1.12.1.
    [native-inputs]: Remove autoconf.
---
 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 f4ea3d4..7755b28 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8450,14 +8450,14 @@ secondary structure and comparative analysis in R.")
 (define-public r-rhtslib
   (package
     (name "r-rhtslib")
-    (version "1.10.0")
+    (version "1.12.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Rhtslib" version))
        (sha256
         (base32
-         "1dw3p44bfr0m7w39ckc2k37sjcp1zz0b9g12mr8am15jaj6v0q2j"))))
+         "16ywnb8cmr2xabd1i21b92rfziw7xfbv25yv16ipw617p41wa39z"))))
     (properties `((upstream-name . "Rhtslib")))
     (build-system r-build-system)
     (propagated-inputs
@@ -8465,7 +8465,7 @@ secondary structure and comparative analysis in R.")
     (inputs
      `(("zlib" ,zlib)))
     (native-inputs
-     `(("autoconf" ,autoconf)))
+     `(("pkg-config" ,pkg-config)))
     (home-page "https://github.com/nhayden/Rhtslib";)
     (synopsis "High-throughput sequencing library as an R package")
     (description



reply via email to

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