guix-commits
[Top][All Lists]
Advanced

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

16/27: gnu: r-delayedmatrixstats: Update to 1.12.3.


From: guix-commits
Subject: 16/27: gnu: r-delayedmatrixstats: Update to 1.12.3.
Date: Thu, 11 Feb 2021 15:35:24 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 311bb4bc3d535606f7daa81ee737454827884e77
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 11 21:31:30 2021 +0100

    gnu: r-delayedmatrixstats: Update to 1.12.3.
    
    * gnu/packages/bioconductor.scm (r-delayedmatrixstats): Update to 1.12.3.
---
 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 72643bb..8fe56c4 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -9050,14 +9050,14 @@ data in the column sparse format.")
 (define-public r-delayedmatrixstats
   (package
     (name "r-delayedmatrixstats")
-    (version "1.12.1")
+    (version "1.12.3")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "DelayedMatrixStats" version))
        (sha256
         (base32
-         "1cyvj6ffl10vaiip146dldc1w8if854kpz9nhi50ndhpkmdb8sa0"))))
+         "1hb8jv5dy3svf7xan6rym7amwdqm5mvl9qx5xhmj1vkb81bizn7h"))))
     (properties
      `((upstream-name . "DelayedMatrixStats")))
     (build-system r-build-system)



reply via email to

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