guix-commits
[Top][All Lists]
Advanced

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

01/17: gnu: r-dexseq: Update to 1.34.1.


From: guix-commits
Subject: 01/17: gnu: r-dexseq: Update to 1.34.1.
Date: Sun, 28 Jun 2020 00:03:00 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit fa7871af7706c555de8109ad5ce2ee2f4f990518
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Jun 28 05:37:50 2020 +0200

    gnu: r-dexseq: Update to 1.34.1.
    
    * gnu/packages/bioinformatics.scm (r-dexseq): Update to 1.34.1.
---
 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 957c88d..0d55764 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6986,14 +6986,14 @@ distribution.")
 (define-public r-dexseq
   (package
     (name "r-dexseq")
-    (version "1.34.0")
+    (version "1.34.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "DEXSeq" version))
        (sha256
         (base32
-         "1inyxb89hd5bn0sl7a9qbv9d1g40z4v1s9qwxkcsx5c79fl04n1h"))))
+         "1m03awaw06mfv5gszq23k5apsqqzjqa5rcwp20y4xbpl7bywpsyl"))))
     (properties `((upstream-name . "DEXSeq")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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