guix-commits
[Top][All Lists]
Advanced

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

169/288: gnu: r-rsbml: Update to 2.48.0.


From: guix-commits
Subject: 169/288: gnu: r-rsbml: Update to 2.48.0.
Date: Mon, 16 Nov 2020 15:07:28 -0500 (EST)

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

commit 730adc8d7228f0886c078ccb4e0d1ee64a073c03
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:55:39 2020 +0100

    gnu: r-rsbml: Update to 2.48.0.
    
    * gnu/packages/bioconductor.scm (r-rsbml): Update to 2.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 2e1d80b..db298b8 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7382,14 +7382,14 @@ the read count and GC content bias.")
 (define-public r-rsbml
   (package
     (name "r-rsbml")
-    (version "2.46.0")
+    (version "2.48.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "rsbml" version))
        (sha256
         (base32
-         "1i1izznnwzrc6m7s3hblfff466icfvxl2gjdqaln8qfg9v87rslx"))))
+         "0vrjfhwcpc699sq78pkm022fam3ahar8h3lx3fr879dd21k02g61"))))
     (properties `((upstream-name . "rsbml")))
     (build-system r-build-system)
     (inputs



reply via email to

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