guix-commits
[Top][All Lists]
Advanced

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

06/09: gnu: r-bgx: Update to 1.54.1.


From: guix-commits
Subject: 06/09: gnu: r-bgx: Update to 1.54.1.
Date: Tue, 6 Oct 2020 07:23:36 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7337615d1c31017800bb3eaf02b1b25ebac5becc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Oct 6 13:12:02 2020 +0200

    gnu: r-bgx: Update to 1.54.1.
    
    * gnu/packages/bioconductor.scm (r-bgx): Update to 1.54.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 414ded3..f30f2fd 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7247,14 +7247,14 @@ gene expression.")
 (define-public r-bgx
   (package
     (name "r-bgx")
-    (version "1.54.0")
+    (version "1.54.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "bgx" version))
        (sha256
         (base32
-         "0r67a6m5hrnsxgk0f57hl5yaagi2wai2kpfyjjlhrck4rlm1sjcx"))))
+         "0a10fg9n5p024jrmbis102gqpbz23sc6vdn1sal2697hlxikzb46"))))
     (properties `((upstream-name . "bgx")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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