me
/
guix
Archived
1
0
Fork 0

gnu: r-rbgl: Update to 1.80.0.

* gnu/packages/bioconductor.scm (r-rbgl): Update to 1.80.0.

Change-Id: I73f6c60bd442c6a660406bbc00929784731e7b77
master
Ricardo Wurmus 2024-05-07 12:55:52 +02:00
parent 9529783d05
commit b31da9257b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10420,14 +10420,14 @@ matrix for a set of strings.")
(define-public r-rbgl
(package
(name "r-rbgl")
(version "1.78.0")
(version "1.80.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "RBGL" version))
(sha256
(base32
"0hxhl1l6qdi355w5y7fdq8vlba2pknfizggkgr2fp8f1f3zqh494"))))
"1n6rfrcvlgi6mzz36v9sniqr05xfjzvfdpv4xwsn1xq41326wdv3"))))
(properties `((upstream-name . "RBGL")))
(build-system r-build-system)
(propagated-inputs