gnu: r-rbgl: Update to 1.50.0.

* gnu/packages/bioinformatics.scm (r-rbgl): Update to 1.50.0.
This commit is contained in:
Ricardo Wurmus 2016-10-26 08:46:45 +02:00
parent 55cd914c3d
commit 700c780dcf
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5342,14 +5342,14 @@ (define-public r-annotationforge
(define-public r-rbgl (define-public r-rbgl
(package (package
(name "r-rbgl") (name "r-rbgl")
(version "1.48.1") (version "1.50.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
"1k82zcbyfx3p9hc8r0hwq73krbhakjan8fgbfr6w8z2crfkv3zmz")))) "1q14m8w6ih56v680kf3d9wh1qbgp7af33kz3cxafdf1vvzx9km08"))))
(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)))