guix-commits
[Top][All Lists]
Advanced

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

168/323: gnu: r-rsbml: Update to 2.48.0.


From: guix-commits
Subject: 168/323: gnu: r-rsbml: Update to 2.48.0.
Date: Mon, 7 Dec 2020 15:13:34 -0500 (EST)

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

commit cfa3ed814f1957574c6927b622b9554e80e9515f
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 28521e2..86199f2 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7464,14 +7464,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]