gnu: r-rbgl: Update to 1.54.0.
* gnu/packages/bioinformatics.scm (r-rbgl): Update to 1.54.0.
This commit is contained in:
parent
727706ad38
commit
c25154e5cb
|
@ -5863,14 +5863,14 @@ databases. Packages produced are intended to be used with AnnotationDbi.")
|
||||||
(define-public r-rbgl
|
(define-public r-rbgl
|
||||||
(package
|
(package
|
||||||
(name "r-rbgl")
|
(name "r-rbgl")
|
||||||
(version "1.52.0")
|
(version "1.54.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "RBGL" version))
|
(uri (bioconductor-uri "RBGL" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11db6kvz453ypj9ds3xpjqzwrrjck84ijn4wlhkfyz2dzdgd5ryv"))))
|
"18jad23i3899ypv4bg3l47cvvs3qnj1pqis2p9x0135yv5y6wnv7"))))
|
||||||
(properties `((upstream-name . "RBGL")))
|
(properties `((upstream-name . "RBGL")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs `(("r-graph" ,r-graph)))
|
(propagated-inputs `(("r-graph" ,r-graph)))
|
||||||
|
|
Loading…
Reference in New Issue