diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-05-20 10:54:45 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-05-20 10:58:16 +0200 |
commit | 87bc2e125f4c0549521a4a00b8ecd142a51c3393 (patch) | |
tree | 0fedcef90ec691f51624562978fc05cedf71b6c7 /gnu/packages/cran.scm | |
parent | 6d73b27e45f2223e8832e808acb274e95b62421e (diff) | |
download | guix-87bc2e125f4c0549521a4a00b8ecd142a51c3393.tar guix-87bc2e125f4c0549521a4a00b8ecd142a51c3393.tar.gz |
gnu: r-bio3d: Update to 2.4-2.
* gnu/packages/cran.scm (r-bio3d): Update to 2.4-2.
[native-inputs]: Add r-knitr.
Diffstat (limited to 'gnu/packages/cran.scm')
-rw-r--r-- | gnu/packages/cran.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 236f84a983..8bed40af6a 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -18745,18 +18745,20 @@ as a boxplot function.") (define-public r-bio3d (package (name "r-bio3d") - (version "2.4-1") + (version "2.4-2") (source (origin (method url-fetch) (uri (cran-uri "bio3d" version)) (sha256 (base32 - "07rw6c2d95gb5myxh31727j0jrchd0xisa3x89jjmf4zzs3vv7v7")))) + "1jvcmpzi9knhxq5jsbhg8slm8hnlx2y8smmwwrbnbyd0rmk5fhci")))) (properties `((upstream-name . "bio3d"))) (build-system r-build-system) (inputs `(("zlib" ,zlib))) (propagated-inputs `(("r-rcpp" ,r-rcpp))) + (native-inputs + `(("r-knitr" ,r-knitr))) (home-page "http://thegrantlab.org/bio3d/") (synopsis "Biological structure analysis") (description |