guix-commits
[Top][All Lists]
Advanced

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

189/324: gnu: r-motifbreakr: Update to 2.6.0.


From: guix-commits
Subject: 189/324: gnu: r-motifbreakr: Update to 2.6.0.
Date: Sat, 5 Jun 2021 03:15:27 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 1390f426db9f1f484cc9cfa51d6690204911e423
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:50:00 2021 +0200

    gnu: r-motifbreakr: Update to 2.6.0.
    
    * gnu/packages/bioconductor.scm (r-motifbreakr): Update to 2.6.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 ff54e22..62650c6 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7680,12 +7680,12 @@ frequency matrices from nine public sources, for 
multiple organisms.")
 (define-public r-motifbreakr
   (package
    (name "r-motifbreakr")
-   (version "2.4.0")
+   (version "2.6.0")
    (source (origin
             (method url-fetch)
             (uri (bioconductor-uri "motifbreakR" version))
             (sha256
-             (base32 "0nni6i7h51kz0ch8ls9c9jzd7fjmc9wsavp11hx6w6bmhnh3k4n7"))))
+             (base32 "0i18qriznad4lr6ynzmz01k5yavs5m3h7hd0adbyg8lppbzm6hh4"))))
    (properties `((upstream-name . "motifbreakR")))
    (build-system r-build-system)
    (propagated-inputs



reply via email to

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