guix-commits
[Top][All Lists]
Advanced

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

54/449: gnu: r-damefinder: Update to 1.10.0.


From: guix-commits
Subject: 54/449: gnu: r-damefinder: Update to 1.10.0.
Date: Tue, 22 Nov 2022 15:46:49 -0500 (EST)

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

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

    gnu: r-damefinder: Update to 1.10.0.
    
    * gnu/packages/bioconductor.scm (r-damefinder): Update to 1.10.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 e1c998abb9..d576d98a62 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3152,13 +3152,13 @@ factorial microarray data.")
 (define-public r-damefinder
   (package
     (name "r-damefinder")
-    (version "1.8.0")
+    (version "1.10.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "DAMEfinder" version))
               (sha256
                (base32
-                "123ra94bij0m45j2fzqr7fjipj4ld9kgk0kir1zfdbbd5h8h4mdf"))))
+                "0ygsgg51473sycsh367rf8plca6zb1jg2l39zcprwvgpiln8mjdg"))))
     (properties `((upstream-name . "DAMEfinder")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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