guix-commits
[Top][All Lists]
Advanced

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

01/20: gnu: r-dexseq: Update to 1.24.3.


From: Ricardo Wurmus
Subject: 01/20: gnu: r-dexseq: Update to 1.24.3.
Date: Thu, 1 Mar 2018 15:29:02 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit b1808932890a7f2f0d61dcfd015a644e4e5bcc16
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Mar 1 21:15:40 2018 +0100

    gnu: r-dexseq: Update to 1.24.3.
    
    * gnu/packages/bioinformatics.scm (r-dexseq): Update to 1.24.3.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index c427a6d..911a2ee 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6017,14 +6017,14 @@ distribution.")
 (define-public r-dexseq
   (package
     (name "r-dexseq")
-    (version "1.24.2")
+    (version "1.24.3")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "DEXSeq" version))
        (sha256
         (base32
-         "18nh8ynxirfwkmc4sawdxgl7w1sl9ny5zpv8zbhv9vi5vgb8pxmj"))))
+         "0xip73hlbr3zry9d7ly9vvvsbb3xjcmfa09lr9fdy528dwjrf084"))))
     (properties `((upstream-name . "DEXSeq")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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