guix-commits
[Top][All Lists]
Advanced

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

269/296: gnu: r-bgmix: Update to 1.48.0.


From: guix-commits
Subject: 269/296: gnu: r-bgmix: Update to 1.48.0.
Date: Fri, 12 Jun 2020 19:30:48 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 296992be0844deec4645f644bfcb62efea3fe9e8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 01:03:39 2020 +0200

    gnu: r-bgmix: Update to 1.48.0.
    
    * gnu/packages/bioconductor.scm (r-bgmix): Update to 1.48.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 3adf594..0192d6c 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7215,14 +7215,14 @@ cellular organization in health and disease.")
 (define-public r-bgmix
   (package
     (name "r-bgmix")
-    (version "1.46.0")
+    (version "1.48.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "BGmix" version))
        (sha256
         (base32
-         "1bwqqhkh4m3hhpd71grwjrg7n07lzvys4y7aghmw2gw5ibnk5683"))))
+         "1pfi3hinjn6ymikadgj8dqm59h7mapf01wj86dbbvf8y1xqp8y8n"))))
     (properties `((upstream-name . "BGmix")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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