guix-commits
[Top][All Lists]
Advanced

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

32/34: gnu: r-rhtslib: Update to 1.16.2.


From: guix-commits
Subject: 32/34: gnu: r-rhtslib: Update to 1.16.2.
Date: Sat, 28 Sep 2019 06:33:24 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 80004ec01304b20750d9cd1bc57880ed304e1351
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Sep 28 12:23:29 2019 +0200

    gnu: r-rhtslib: Update to 1.16.2.
    
    * gnu/packages/bioinformatics.scm (r-rhtslib): Update to 1.16.2.
---
 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 935d080..ea73186 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8294,14 +8294,14 @@ secondary structure and comparative analysis in R.")
 (define-public r-rhtslib
   (package
     (name "r-rhtslib")
-    (version "1.16.1")
+    (version "1.16.2")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Rhtslib" version))
        (sha256
         (base32
-         "178zbrm221rwhbjk7j2v9g5ra44k0xg7c5abhd810m3g7snma8k8"))))
+         "07qaqj2hypmrg40m3pci082bzar6wi10dh77r4a8x74dfppcwdzf"))))
     (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]