guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: r-motifbreakr: Update to 2.6.1.


From: guix-commits
Subject: 04/08: gnu: r-motifbreakr: Update to 2.6.1.
Date: Mon, 26 Jul 2021 12:08:02 -0400 (EDT)

rekado pushed a commit to branch r-updates
in repository guix.

commit 577956c326ba7165549e4750e71b5a26d8bcce30
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jul 26 18:07:19 2021 +0200

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



reply via email to

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