guix-commits
[Top][All Lists]
Advanced

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

266/324: gnu: r-rsbml: Update to 2.50.0.


From: guix-commits
Subject: 266/324: gnu: r-rsbml: Update to 2.50.0.
Date: Sat, 5 Jun 2021 03:15:53 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 92f5efa65d548ed69ae77466eb2dc214ff4a0294
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:50:09 2021 +0200

    gnu: r-rsbml: Update to 2.50.0.
    
    * gnu/packages/bioconductor.scm (r-rsbml): Update to 2.50.0.
    [inputs]: Remove zlib.
---
 gnu/packages/bioconductor.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index e0d5257..c01b396 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -10939,19 +10939,18 @@ the read count and GC content bias.")
 (define-public r-rsbml
   (package
     (name "r-rsbml")
-    (version "2.48.0")
+    (version "2.50.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "rsbml" version))
        (sha256
         (base32
-         "0vrjfhwcpc699sq78pkm022fam3ahar8h3lx3fr879dd21k02g61"))))
+         "017xwra6ms7kx6sg3ksw1vr9zn23imc2qjgpmjikx7mgbak125xh"))))
     (properties `((upstream-name . "rsbml")))
     (build-system r-build-system)
     (inputs
-     `(("libsbml" ,libsbml)
-       ("zlib" ,zlib)))
+     `(("libsbml" ,libsbml)))
     (propagated-inputs
      `(("r-biocgenerics" ,r-biocgenerics)
        ("r-graph" ,r-graph)))



reply via email to

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