guix-commits
[Top][All Lists]
Advanced

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

02/10: gnu: r-coregx: Update to 2.6.1.


From: guix-commits
Subject: 02/10: gnu: r-coregx: Update to 2.6.1.
Date: Fri, 15 Mar 2024 18:55:14 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit f97a8a8650af71446f8ae8a99f053eebb3179d06
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Mar 15 23:05:30 2024 +0100

    gnu: r-coregx: Update to 2.6.1.
    
    * gnu/packages/bioconductor.scm (r-coregx): Update to 2.6.1.
    
    Change-Id: Icb0eb5a7697811f4272cda3d42d3c428bb59bd23
---
 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 aaa0a15a27..8da116ee4f 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4838,13 +4838,13 @@ enrichment in single cell data.")
 (define-public r-coregx
   (package
     (name "r-coregx")
-    (version "2.6.0")
+    (version "2.6.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "CoreGx" version))
        (sha256
-        (base32 "0ffbi5afw759mi5r657h67hdh9yr5jrzvl3aigp960jzb5542105"))))
+        (base32 "16i8xq98vg8xgscwj0w9bsq68vjmhsvwwdw66kcphvf3jjfmn1rv"))))
     (properties `((upstream-name . "CoreGx")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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