guix-commits
[Top][All Lists]
Advanced

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

263/353: gnu: r-rsbml: Update to 2.52.0.


From: guix-commits
Subject: 263/353: gnu: r-rsbml: Update to 2.52.0.
Date: Thu, 4 Nov 2021 18:15:06 -0400 (EDT)

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

commit 38a8ed797d6bac0ee3023599a5d91a336f098195
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 22:04:37 2021 +0000

    gnu: r-rsbml: Update to 2.52.0.
    
    * gnu/packages/bioconductor.scm (r-rsbml): Update to 2.52.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 97015c1..746722a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -11302,14 +11302,14 @@ the read count and GC content bias.")
 (define-public r-rsbml
   (package
     (name "r-rsbml")
-    (version "2.50.0")
+    (version "2.52.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "rsbml" version))
        (sha256
         (base32
-         "017xwra6ms7kx6sg3ksw1vr9zn23imc2qjgpmjikx7mgbak125xh"))))
+         "0mdyr637sgasc156cv8i2s2mpl1hdvilfwwkhvw7l95pl90gnsh2"))))
     (properties `((upstream-name . "rsbml")))
     (build-system r-build-system)
     (inputs



reply via email to

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