guix-commits
[Top][All Lists]
Advanced

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

21/33: gnu: r-motifbreakr: Update to 2.12.3.


From: guix-commits
Subject: 21/33: gnu: r-motifbreakr: Update to 2.12.3.
Date: Wed, 15 Mar 2023 12:41:20 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ab6909adf0dfbb35b3ebd7e696629b86a0350780
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Mar 15 14:56:31 2023 +0100

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



reply via email to

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