diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-04-28 17:59:58 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-04-29 20:27:57 +0200 |
commit | bc5d14d2465f33d939c621ef5097510aa88308e2 (patch) | |
tree | 52a7e2372a16013adaee79dd31e54dc4cc8bfadb | |
parent | 70af2c313789c7d716b48b7c1d39bfa54280584a (diff) | |
download | guix-bc5d14d2465f33d939c621ef5097510aa88308e2.tar.gz guix-bc5d14d2465f33d939c621ef5097510aa88308e2.zip |
gnu: r-rbgl: Update to 1.76.0.
* gnu/packages/bioconductor.scm (r-rbgl): Update to 1.76.0.
[native-inputs]: Add r-knitr.
-rw-r--r-- | gnu/packages/bioconductor.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 1cee895b3f..c7b018db03 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -8269,18 +8269,19 @@ proteomics packages.") (define-public r-rbgl (package (name "r-rbgl") - (version "1.74.0") + (version "1.76.0") (source (origin (method url-fetch) (uri (bioconductor-uri "RBGL" version)) (sha256 (base32 - "0dccxsynfnhjzjk22hr5kg068zbg33g6kyhlhlhqh78582181j9m")))) + "0y6ghiwraw3whs57i31qnvlvqlbl9143wxv2yg48rp7qxipxvn6s")))) (properties `((upstream-name . "RBGL"))) (build-system r-build-system) (propagated-inputs (list r-bh r-graph)) + (native-inputs (list r-knitr)) (home-page "https://www.bioconductor.org/packages/RBGL") (synopsis "Interface to the Boost graph library") (description |