guix-commits
[Top][All Lists]
Advanced

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

61/356: gnu: r-rhtslib: Update to 1.26.0.


From: guix-commits
Subject: 61/356: gnu: r-rhtslib: Update to 1.26.0.
Date: Sun, 7 Nov 2021 18:10:59 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit eeeb38d56919b22395832fc6449c928722a0aa33
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 22:04:04 2021 +0000

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

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index ca0c4e4..b6cab87 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3275,14 +3275,14 @@ the Human Protein Atlas project.")
 (define-public r-rhtslib
   (package
     (name "r-rhtslib")
-    (version "1.24.0")
+    (version "1.26.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Rhtslib" version))
        (sha256
         (base32
-         "0acpgv98529ic2i2k03knz05akb6h51wbz7sr5zgi8gk4nmawrlf"))))
+         "0pwmzwjf6agfp3bq6w8s3piwmzwjdd474qd8zmbzrm772qbadfr4"))))
     (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]