guix-commits
[Top][All Lists]
Advanced

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

52/55: gnu: r-rhtslib: Update to 2.4.1.


From: guix-commits
Subject: 52/55: gnu: r-rhtslib: Update to 2.4.1.
Date: Mon, 22 Jan 2024 08:01:05 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 500fc9e8918d81676c096b2a6c1bd615440d9dcb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 22 13:44:57 2024 +0100

    gnu: r-rhtslib: Update to 2.4.1.
    
    * gnu/packages/bioconductor.scm (r-rhtslib): Update to 2.4.1.
    
    Change-Id: If0da0bbfbbfcb2f41b354ba1772967f9fee778ca
---
 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 d92fedb3ce..4e2a2b982e 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -8477,14 +8477,14 @@ be calculated to search in MS peak lists.")
 (define-public r-rhtslib
   (package
     (name "r-rhtslib")
-    (version "2.4.0")
+    (version "2.4.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Rhtslib" version))
        (sha256
         (base32
-         "1h0hzs4f4mmnpi436dgib9lakljacznkyyssy7c4mdd419431aq2"))))
+         "089b5amwxwac6wvdnndy9inc218919q9dz9x58i2cp7il18vjd0c"))))
     (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]