mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: r-chemminer: Update to 3.40.0.
* gnu/packages/bioconductor.scm (r-chemminer): Update to 3.40.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
d0badcc180
commit
06908a73fc
1 changed files with 4 additions and 2 deletions
|
@ -7523,14 +7523,14 @@ (define-public r-bigpint
|
|||
(define-public r-chemminer
|
||||
(package
|
||||
(name "r-chemminer")
|
||||
(version "3.38.0")
|
||||
(version "3.40.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ChemmineR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1j6vmkhc03dmmkm5wgbcv62pw5dclp49f906xkx1pwg27bdldbga"))))
|
||||
"0cna5xsqflvhlp2k47asxyv3w4ympmz2wy2cwjyzlal6936fjikf"))))
|
||||
(properties `((upstream-name . "ChemmineR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -7547,6 +7547,8 @@ (define-public r-chemminer
|
|||
("r-rcurl" ,r-rcurl)
|
||||
("r-rjson" ,r-rjson)
|
||||
("r-rsvg" ,r-rsvg)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://github.com/girke-lab/ChemmineR")
|
||||
(synopsis "Cheminformatics toolkit for R")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue