guix-commits
[Top][All Lists]
Advanced

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

261/449: gnu: r-motifbreakr: Update to 2.12.0.


From: guix-commits
Subject: 261/449: gnu: r-motifbreakr: Update to 2.12.0.
Date: Tue, 22 Nov 2022 15:47:36 -0500 (EST)

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

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

    gnu: r-motifbreakr: Update to 2.12.0.
    
    * gnu/packages/bioconductor.scm (r-motifbreakr): Update to 2.12.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 7477d974a5..1e73ab5592 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -10964,12 +10964,12 @@ frequency matrices from nine public sources, for 
multiple organisms.")
 (define-public r-motifbreakr
   (package
    (name "r-motifbreakr")
-   (version "2.10.0")
+   (version "2.12.0")
    (source (origin
             (method url-fetch)
             (uri (bioconductor-uri "motifbreakR" version))
             (sha256
-             (base32 "0sad73jjx52qzp1fmygp6xqvaxwl5szi69f00f94i1pdyq70qhlg"))))
+             (base32 "0lq79as9gb48hf3v2xj895s0nsjr37fqah4p405kdybzry56gvrq"))))
    (properties `((upstream-name . "motifbreakR")))
    (build-system r-build-system)
    (propagated-inputs



reply via email to

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