mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-rbgl: Update to 1.64.0.
* gnu/packages/bioinformatics.scm (r-rbgl): Update to 1.64.0.
This commit is contained in:
parent
397568dbca
commit
7d8b96e24b
1 changed files with 2 additions and 2 deletions
|
@ -7090,14 +7090,14 @@ (define-public r-annotationforge
|
|||
(define-public r-rbgl
|
||||
(package
|
||||
(name "r-rbgl")
|
||||
(version "1.62.1")
|
||||
(version "1.64.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "RBGL" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ixbkdirf08i400db587r262j52sdwdgk3884nxk5xkbhx2m6vg0"))))
|
||||
"079599a6xn2i7snfn2vgshkw0c00rrfhj44pvi03ap8id29bkayy"))))
|
||||
(properties `((upstream-name . "RBGL")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue