guix-commits
[Top][All Lists]
Advanced

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

132/133: gnu: r-delayedmatrixstats: Update to 1.14.3.


From: guix-commits
Subject: 132/133: gnu: r-delayedmatrixstats: Update to 1.14.3.
Date: Thu, 30 Sep 2021 06:43:41 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0398a89fa1c1ab4d319a2e00d9e339148a6a8788
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]