guix-commits
[Top][All Lists]
Advanced

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

301/356: gnu: r-beachmat: Update to 2.10.0.


From: guix-commits
Subject: 301/356: gnu: r-beachmat: Update to 2.10.0.
Date: Sun, 7 Nov 2021 18:12:28 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 756f5411a98e250653dd76abf78e4f48b4d408d5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 22:04:42 2021 +0000

    gnu: r-beachmat: Update to 2.10.0.
    
    * gnu/packages/bioconductor.scm (r-beachmat): Update to 2.10.0.
---
 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 a4ac0be..69bfcec 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -12652,14 +12652,14 @@ packages.")
 (define-public r-beachmat
   (package
     (name "r-beachmat")
-    (version "2.8.1")
+    (version "2.10.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "beachmat" version))
        (sha256
         (base32
-         "06bpfpddsl49csxrs8hlx5pv0absc2wdcparchf8qqaqydazwci2"))))
+         "1l8c9q35mf90ckb366bcfqa0v2gw7ahs2h362j7cwv8fp39h4mpb"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-biocgenerics" ,r-biocgenerics)



reply via email to

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