guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: Update r-beachmat to 2.6.1.


From: guix-commits
Subject: 02/03: gnu: Update r-beachmat to 2.6.1.
Date: Wed, 18 Nov 2020 11:27:46 -0500 (EST)

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

commit 7f6db4e88d790d2b0ce4942a2549c64f2309edd3
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Wed Nov 18 17:20:48 2020 +0100

    gnu: Update r-beachmat to 2.6.1.
    
    * gnu/packages/bioconductor.scm (r-beachmat): Update to 2.6.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 f40edf0..a1cf53e 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -8692,14 +8692,14 @@ packages.")
 (define-public r-beachmat
   (package
     (name "r-beachmat")
-    (version "2.6.0")
+    (version "2.6.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "beachmat" version))
        (sha256
         (base32
-         "0bx4gampr3rk8ww5cisi0p0rih8pnvakkj5kvqr7r7jh355wrvbl"))))
+         "0dkh3igvwbvir4p0y6x4q07mcv51b35qhva63vrjd6bbkdjn9brr"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-biocgenerics" ,r-biocgenerics)



reply via email to

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