me
/
guix
Archived
1
0
Fork 0

gnu: r-motifstack: Update to 1.32.0.

* gnu/packages/bioconductor.scm (r-motifstack): Update to 1.32.0.
[native-inputs]: Add r-knitr.
master
Ricardo Wurmus 2020-06-13 00:51:23 +02:00
parent e65783e032
commit e6fbaf0cc7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 2 deletions

View File

@ -4287,14 +4287,14 @@ Bioconductor.")
(define-public r-motifstack (define-public r-motifstack
(package (package
(name "r-motifstack") (name "r-motifstack")
(version "1.30.0") (version "1.32.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "motifStack" version)) (uri (bioconductor-uri "motifStack" version))
(sha256 (sha256
(base32 (base32
"00rafqs1gqlcxlbsdn9qnq9xb7wjphiksb3hsx76viqjbjzi14wg")))) "008f2mjcyyiz84ilrsldpqwvxy2lp93hjggrq4nrqwi78nyx3ls5"))))
(properties `((upstream-name . "motifStack"))) (properties `((upstream-name . "motifStack")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
@ -4306,6 +4306,8 @@ Bioconductor.")
("r-motiv" ,r-motiv) ("r-motiv" ,r-motiv)
("r-scales" ,r-scales) ("r-scales" ,r-scales)
("r-xml" ,r-xml))) ("r-xml" ,r-xml)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://bioconductor.org/packages/motifStack/") (home-page "https://bioconductor.org/packages/motifStack/")
(synopsis "Plot stacked logos for DNA, RNA and amino acid sequences") (synopsis "Plot stacked logos for DNA, RNA and amino acid sequences")
(description (description