guix-commits
[Top][All Lists]
Advanced

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

30/103: gnu: r-scater: Update to 1.8.4.


From: Ricardo Wurmus
Subject: 30/103: gnu: r-scater: Update to 1.8.4.
Date: Wed, 5 Sep 2018 14:03:45 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8e44ff0c0de2ee752ccaf9189d882735d3185c65
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Sep 5 14:37:02 2018 +0200

    gnu: r-scater: Update to 1.8.4.
    
    * gnu/packages/bioinformatics.scm (r-scater): Update to 1.8.4.
---
 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 53bf861..687cb13 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10842,13 +10842,13 @@ libraries.")
 (define-public r-scater
   (package
     (name "r-scater")
-    (version "1.8.0")
+    (version "1.8.4")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "scater" version))
               (sha256
                (base32
-                "0bhpikgz3b9f510dawsay4zry9rlp8vjx5n6zvwbcpwrd94p3903"))))
+                "173lfpas2fqsp4xxsw01wkxd4496c5p8himw9b4r9z4npxkfyv16"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-beachmat" ,r-beachmat)



reply via email to

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