guix-commits
[Top][All Lists]
Advanced

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

345/457: gnu: r-rsbml: Update to 2.56.0.


From: guix-commits
Subject: 345/457: gnu: r-rsbml: Update to 2.56.0.
Date: Thu, 24 Nov 2022 06:37:36 -0500 (EST)

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

commit 4665e589d676a551022a8072e6dabee90e5c1ac1
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:27 2022 +0100

    gnu: r-rsbml: Update to 2.56.0.
    
    * gnu/packages/bioconductor.scm (r-rsbml): Update to 2.56.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 b39ab8f9bd..e50395ad62 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -14468,14 +14468,14 @@ the read count and GC content bias.")
 (define-public r-rsbml
   (package
     (name "r-rsbml")
-    (version "2.54.0")
+    (version "2.56.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "rsbml" version))
        (sha256
         (base32
-         "1v11pspkml6xdsacgwxw8r4qdhbnn2h2sqgpm9aidaq9p2085b0v"))))
+         "1syg49qz6vwzyw2zrxwrfb7kzgk0lim1q674f7mfvjah1fnv8bgc"))))
     (properties `((upstream-name . "rsbml")))
     (build-system r-build-system)
     (inputs



reply via email to

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