guix-commits
[Top][All Lists]
Advanced

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

17/17: gnu: r-delayedmatrixstats: Update to 1.14.3.


From: guix-commits
Subject: 17/17: gnu: r-delayedmatrixstats: Update to 1.14.3.
Date: Wed, 29 Sep 2021 17:30:01 -0400 (EDT)

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

commit 4abb5219e6127262b3b9eb536c179f9c182e6354
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Sep 29 23:28:15 2021 +0200

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



reply via email to

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