guix-commits
[Top][All Lists]
Advanced

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

154/449: gnu: r-simplifyenrichment: Update to 1.8.0.


From: guix-commits
Subject: 154/449: gnu: r-simplifyenrichment: Update to 1.8.0.
Date: Tue, 22 Nov 2022 15:47:16 -0500 (EST)

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

commit a544b66c768b1d7065bf8a0e5ff3c0629034e707
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:13 2022 +0100

    gnu: r-simplifyenrichment: Update to 1.8.0.
    
    * gnu/packages/bioconductor.scm (r-simplifyenrichment): Update to 1.8.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 22c2b6b59e..a515a729c5 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6938,14 +6938,14 @@ ungapped alignment formats.")
 (define-public r-simplifyenrichment
   (package
     (name "r-simplifyenrichment")
-    (version "1.6.1")
+    (version "1.8.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "simplifyEnrichment" version))
        (sha256
         (base32
-         "0qblgdxmr7zc981529cca3ykakql618q1im6gaxw8pwws5jgpyk6"))))
+         "130x5hy6jzglc6clwanh2kmhw567i802w620ffs3977kjfpjsjgy"))))
     (properties
      `((upstream-name . "simplifyEnrichment")))
     (build-system r-build-system)



reply via email to

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