guix-commits
[Top][All Lists]
Advanced

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

43/43: gnu: r-scater: Update to 1.12.1.


From: guix-commits
Subject: 43/43: gnu: r-scater: Update to 1.12.1.
Date: Mon, 20 May 2019 08:40:59 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7a9443813058354da1a828c89390527725302767
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 19 09:26:10 2019 +0200

    gnu: r-scater: Update to 1.12.1.
    
    * gnu/packages/bioinformatics.scm (r-scater): Update to 1.12.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 eb58250..c57977c 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10567,13 +10567,13 @@ libraries.")
 (define-public r-scater
   (package
     (name "r-scater")
-    (version "1.12.0")
+    (version "1.12.1")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "scater" version))
               (sha256
                (base32
-                "0qwwkas9va4gsnn1ghg9wznqgr0wq5y3pnf7ym4h6q9qvhky41vk"))))
+                "0k4jc0xc2n49saylcjrg7laxq4mchg4nv06nrbc6cp4vzpf33jh5"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-beachmat" ,r-beachmat)



reply via email to

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