gnu: r-rbgl: Update to 1.64.0.
* gnu/packages/bioinformatics.scm (r-rbgl): Update to 1.64.0.master
parent
397568dbca
commit
7d8b96e24b
|
@ -7090,14 +7090,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.62.1")
|
(version "1.64.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
|
||||||
"0ixbkdirf08i400db587r262j52sdwdgk3884nxk5xkbhx2m6vg0"))))
|
"079599a6xn2i7snfn2vgshkw0c00rrfhj44pvi03ap8id29bkayy"))))
|
||||||
(properties `((upstream-name . "RBGL")))
|
(properties `((upstream-name . "RBGL")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue