guix-commits
[Top][All Lists]
Advanced

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

162/174: gnu: r-motifbreakr: Update to 2.14.2.


From: guix-commits
Subject: 162/174: gnu: r-motifbreakr: Update to 2.14.2.
Date: Wed, 12 Jul 2023 08:32:26 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 1d53aa680ee41e968e437bc76fdca4dc9a3071e4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 11 20:22:28 2023 +0200

    gnu: r-motifbreakr: Update to 2.14.2.
    
    * gnu/packages/bioconductor.scm (r-motifbreakr): Update to 2.14.2.
---
 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 1bb9cf92bf..2094514fae 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -13679,12 +13679,12 @@ frequency matrices from nine public sources, for 
multiple organisms.")
 (define-public r-motifbreakr
   (package
    (name "r-motifbreakr")
-   (version "2.13.7")
+   (version "2.14.2")
    (source (origin
             (method url-fetch)
             (uri (bioconductor-uri "motifbreakR" version))
             (sha256
-             (base32 "0j4i3059n0g9n73nyxaca7pd4hncvgp0ww63i3kyp5pnvwycsax2"))))
+             (base32 "13fv0rkyb32grswlgzd3zr35p9xpibj2iq62sr23if4w6z5nbml2"))))
    (properties `((upstream-name . "motifbreakR")))
    (build-system r-build-system)
    (propagated-inputs



reply via email to

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