guix-commits
[Top][All Lists]
Advanced

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

53/215: gnu: r-rhtslib: Update to 1.16.1.


From: guix-commits
Subject: 53/215: gnu: r-rhtslib: Update to 1.16.1.
Date: Sun, 5 May 2019 18:15:36 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 23ce7f3b0b0fc1b527162203aa7d3ce5a5edc9e6
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:35:16 2019 +0200

    gnu: r-rhtslib: Update to 1.16.1.
    
    * gnu/packages/bioinformatics.scm (r-rhtslib): Update to 1.16.1.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 0d1deec..f71c70e 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8284,14 +8284,14 @@ secondary structure and comparative analysis in R.")
 (define-public r-rhtslib
   (package
     (name "r-rhtslib")
-    (version "1.14.1")
+    (version "1.16.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Rhtslib" version))
        (sha256
         (base32
-         "13fv78sk5g0gqfl3ks3rps3zc1k66a4lzxvgn36r7ix43yxk7hnr"))))
+         "178zbrm221rwhbjk7j2v9g5ra44k0xg7c5abhd810m3g7snma8k8"))))
     (properties `((upstream-name . "Rhtslib")))
     (build-system r-build-system)
     ;; Without this a temporary directory ends up in the Rhtslib.so binary,



reply via email to

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