guix-commits
[Top][All Lists]
Advanced

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

21/21: gnu: r-delayedmatrixstats: Update to 1.14.2.


From: guix-commits
Subject: 21/21: gnu: r-delayedmatrixstats: Update to 1.14.2.
Date: Mon, 23 Aug 2021 18:48:26 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit 3492f3be24a3e7c56f5d4f6bbde49a4a8d70cd8a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Aug 24 00:33:20 2021 +0200

    gnu: r-delayedmatrixstats: Update to 1.14.2.
    
    * gnu/packages/bioconductor.scm (r-delayedmatrixstats): Update to 1.14.2.
---
 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 d8f6a1a..e0644ae 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -12854,14 +12854,14 @@ data in the column sparse format.")
 (define-public r-delayedmatrixstats
   (package
     (name "r-delayedmatrixstats")
-    (version "1.14.0")
+    (version "1.14.2")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "DelayedMatrixStats" version))
        (sha256
         (base32
-         "02r68rzmc54m353fpw5ampyv26i5622bc7iihfqlpy6p3033lpqk"))))
+         "1avzd3fj4am9klmlx03nwq2pvgx7646yjwha1gqf0cbx5hibxy02"))))
     (properties
      `((upstream-name . "DelayedMatrixStats")))
     (build-system r-build-system)



reply via email to

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