guix-commits
[Top][All Lists]
Advanced

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

247/288: gnu: r-rhtslib: Update to 1.22.0.


From: guix-commits
Subject: 247/288: gnu: r-rhtslib: Update to 1.22.0.
Date: Thu, 19 Nov 2020 10:23:54 -0500 (EST)

rekado pushed a commit to branch wip-r
in repository guix.

commit e50b058dca182bc9e679e27c67e0eb2e80f31f05
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:59:40 2020 +0100

    gnu: r-rhtslib: Update to 1.22.0.
    
    * gnu/packages/bioinformatics.scm (r-rhtslib): Update to 1.22.0.
---
 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 c8a8758..10916d5 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8642,14 +8642,14 @@ secondary structure and comparative analysis in R.")
 (define-public r-rhtslib
   (package
     (name "r-rhtslib")
-    (version "1.20.0")
+    (version "1.22.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Rhtslib" version))
        (sha256
         (base32
-         "186r7icrkzrni1c4n33ip7dlsfgys7hnqf0simvxrpl3yhh3ygdi"))))
+         "18wag2jnpda6078xjkpfdvar1gkb2myhw83gg03l39sabh35qya4"))))
     (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]