guix-commits
[Top][All Lists]
Advanced

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

86/288: gnu: r-motifdb: Update to 1.32.0.


From: guix-commits
Subject: 86/288: gnu: r-motifdb: Update to 1.32.0.
Date: Thu, 19 Nov 2020 10:22:59 -0500 (EST)

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

commit 45d6b793128b7c7f964bc1601c7829b43af12735
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:51:24 2020 +0100

    gnu: r-motifdb: Update to 1.32.0.
    
    * gnu/packages/bioconductor.scm (r-motifdb): Update to 1.32.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 cfc4bfc..020beb2 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4247,12 +4247,12 @@ distributions, modules and filter motifs.")
 (define-public r-motifdb
   (package
    (name "r-motifdb")
-   (version "1.30.0")
+   (version "1.32.0")
    (source (origin
             (method url-fetch)
             (uri (bioconductor-uri "MotifDb" version))
             (sha256
-             (base32 "0ixmdqp0s0xv9ar85n2wirbbssrzlk8a892wam55jdsf9y8aabkm"))))
+             (base32 "0gfk1dgw7gd2y4cnmfdzpzjqkvvikcwx20h0fp7aiq8f0zfwlav5"))))
    (properties `((upstream-name . "MotifDb")))
    (build-system r-build-system)
    (propagated-inputs



reply via email to

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