guix-commits
[Top][All Lists]
Advanced

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

12/15: gnu: r-rhtslib: Update to 1.18.1.


From: guix-commits
Subject: 12/15: gnu: r-rhtslib: Update to 1.18.1.
Date: Wed, 19 Feb 2020 17:01:37 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 3f4f3a78229aea29936a05578604d344dc785f59
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Wed Feb 19 23:00:42 2020 +0100

    gnu: r-rhtslib: Update to 1.18.1.
    
    * gnu/packages/bioinformatics.scm (r-rhtslib): Update to 1.18.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 81e1355..f2270a9 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8332,14 +8332,14 @@ secondary structure and comparative analysis in R.")
 (define-public r-rhtslib
   (package
     (name "r-rhtslib")
-    (version "1.18.0")
+    (version "1.18.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Rhtslib" version))
        (sha256
         (base32
-         "04inkq44lxwymqv51mxgaphasqjcdc9rl5p58imnrdm0kszs8prm"))))
+         "0gkbrmrcg55c9s5166ifljlx0v25rv4ijdyp4wf4c292xd6chy2l"))))
     (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]