gnu: r-rsbml: Update to 2.62.0.
* gnu/packages/bioconductor.scm (r-rsbml): Update to 2.62.0. Change-Id: I870e9d67c6f8123c53ec72c49d934613e25d9c77master
parent
1e2a028525
commit
3a7e38fd78
|
@ -20460,14 +20460,14 @@ the read count and GC content bias.")
|
||||||
(define-public r-rsbml
|
(define-public r-rsbml
|
||||||
(package
|
(package
|
||||||
(name "r-rsbml")
|
(name "r-rsbml")
|
||||||
(version "2.60.0")
|
(version "2.62.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "rsbml" version))
|
(uri (bioconductor-uri "rsbml" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pvj0qgc6hd02g9ppfc610gvfn412rw69rxh43y4dr3n894kdm2i"))))
|
"02pmxg0ppy1asjscp13kmqyj2phw4q138fj2b3xgmcagwxqzb4bs"))))
|
||||||
(properties `((upstream-name . "rsbml")))
|
(properties `((upstream-name . "rsbml")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in New Issue