guix-commits
[Top][All Lists]
Advanced

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

32/39: gnu: r-delayedmatrixstats: Update to 1.18.1.


From: guix-commits
Subject: 32/39: gnu: r-delayedmatrixstats: Update to 1.18.1.
Date: Mon, 3 Oct 2022 13:08:56 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 547d4670e73fefb92c2728f07d02ce76e9491690
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 3 18:20:58 2022 +0200

    gnu: r-delayedmatrixstats: Update to 1.18.1.
    
    * gnu/packages/bioconductor.scm (r-delayedmatrixstats): Update to 1.18.1.
---
 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 56640caed1..c5e94a60ba 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -15124,14 +15124,14 @@ data in the column sparse format.")
 (define-public r-delayedmatrixstats
   (package
     (name "r-delayedmatrixstats")
-    (version "1.18.0")
+    (version "1.18.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "DelayedMatrixStats" version))
        (sha256
         (base32
-         "1qlwv69c0r2w3zkmsr8r7w6sr3hf1ha0sfcrsjx4ks8f0ww7aqsv"))))
+         "1kq643fmfzq1qjvpj3kc092ahc3qamqgx53layqsyvz5mil55jjv"))))
     (properties
      `((upstream-name . "DelayedMatrixStats")))
     (build-system r-build-system)



reply via email to

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