guix-commits
[Top][All Lists]
Advanced

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

262/457: gnu: r-motifstack: Update to 1.42.0.


From: guix-commits
Subject: 262/457: gnu: r-motifstack: Update to 1.42.0.
Date: Thu, 24 Nov 2022 06:37:19 -0500 (EST)

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

commit 1acf7fdae3e67637ec54444e610b8c2b0bc15240
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:21 2022 +0100

    gnu: r-motifstack: Update to 1.42.0.
    
    * gnu/packages/bioconductor.scm (r-motifstack): Update to 1.42.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 fe343c3c67..7470d2577d 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -11055,14 +11055,14 @@ Bioconductor.")
 (define-public r-motifstack
   (package
     (name "r-motifstack")
-    (version "1.40.0")
+    (version "1.42.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "motifStack" version))
        (sha256
         (base32
-         "0d2ihx73chczbv6f91n04qb372plrdv7k4qws8shyw1fmvb1rq0z"))))
+         "18gfx5dq83s2ny39a7cgg4r3b05gg9l0kfg83brwrm1cby08jdhm"))))
     (properties `((upstream-name . "motifStack")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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