guix-commits
[Top][All Lists]
Advanced

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

121/139: gnu: r-iranges: Update to 2.38.1.


From: guix-commits
Subject: 121/139: gnu: r-iranges: Update to 2.38.1.
Date: Sat, 17 Aug 2024 15:56:53 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e00e778eee6e4cfdf7f8182fe3b540a924839571
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Aug 16 20:53:46 2024 +0200

    gnu: r-iranges: Update to 2.38.1.
    
    * gnu/packages/bioconductor.scm (r-iranges): Update to 2.38.1.
    
    Change-Id: I95d34fb3f339590c1980b7a77093835baa0e0136
---
 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 5355625e05..785eb375d6 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6192,13 +6192,13 @@ over-abundant or less-abundant as compared to that of 
normal cells.")
 (define-public r-iranges
   (package
     (name "r-iranges")
-    (version "2.38.0")
+    (version "2.38.1")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "IRanges" version))
               (sha256
                (base32
-                "047688hrxyg2hxd1wbywxqnvxk1622xlldzana9g5hhxg9lldrk2"))))
+                "07q9j00rvgdbv582p01nxc99j0gfx4fsarpl1w1fjx5nb8y86k4v"))))
     (properties
      `((upstream-name . "IRanges")))
     (build-system r-build-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]