gnu: r-delayedmatrixstats: Update to 1.12.3.
authorRicardo Wurmus <rekado@elephly.net>
Thu, 11 Feb 2021 20:31:30 +0000 (21:31 +0100)
committerRicardo Wurmus <rekado@elephly.net>
Thu, 11 Feb 2021 20:33:37 +0000 (21:33 +0100)
* gnu/packages/bioconductor.scm (r-delayedmatrixstats): Update to 1.12.3.

gnu/packages/bioconductor.scm

index 72643bb..8fe56c4 100644 (file)
@@ -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)