guix-commits
[Top][All Lists]
Advanced

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

301/324: gnu: r-motifmatchr: Update to 1.14.0.


From: guix-commits
Subject: 301/324: gnu: r-motifmatchr: Update to 1.14.0.
Date: Sat, 5 Jun 2021 03:16:05 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 56a2dcfdc7e440e2dde3ec65fe5f620409601d49
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:50:13 2021 +0200

    gnu: r-motifmatchr: Update to 1.14.0.
    
    * gnu/packages/bioconductor.scm (r-motifmatchr): Update to 1.14.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 1ab3073..d500bf8 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -12413,14 +12413,14 @@ provides a wrapper of de novo motif discovery 
software.")
 (define-public r-motifmatchr
   (package
     (name "r-motifmatchr")
-    (version "1.12.0")
+    (version "1.14.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "motifmatchr" version))
        (sha256
         (base32
-         "0zrpn0hqdg0hm80ydkfpiqncwyb8y0xp6mlin7g955p8zcpcm67z"))))
+         "1vif3dp4lv4jz1pxsq0ig791ir8q65jmrlqmkyfxpfxfj5alqnbm"))))
     (properties `((upstream-name . "motifmatchr")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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