guix-commits
[Top][All Lists]
Advanced

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

05/19: gnu: r-motifstack: Update to 1.32.1.


From: guix-commits
Subject: 05/19: gnu: r-motifstack: Update to 1.32.1.
Date: Thu, 20 Aug 2020 15:26:14 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit a8840a04d7a4304ec6aeeb5141431826c5b324ef
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 20 20:41:52 2020 +0200

    gnu: r-motifstack: Update to 1.32.1.
    
    * gnu/packages/bioconductor.scm (r-motifstack): Update to 1.32.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 0caeff3..2770206 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4291,14 +4291,14 @@ Bioconductor.")
 (define-public r-motifstack
   (package
     (name "r-motifstack")
-    (version "1.32.0")
+    (version "1.32.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "motifStack" version))
        (sha256
         (base32
-         "008f2mjcyyiz84ilrsldpqwvxy2lp93hjggrq4nrqwi78nyx3ls5"))))
+         "02vmkgn36n5xpmizy33znlzgmi3w5hnhsibgisbnhwwgxpkrwpcd"))))
     (properties `((upstream-name . "motifStack")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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