mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-bio3d: Update to 2.4-2.
* gnu/packages/cran.scm (r-bio3d): Update to 2.4-2. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
6d73b27e45
commit
87bc2e125f
1 changed files with 4 additions and 2 deletions
|
@ -18745,18 +18745,20 @@ (define-public r-txtplot
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue