mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-pfamanalyzer: Update to 1.8.0.
* gnu/packages/bioconductor.scm (r-pfamanalyzer): Update to 1.8.0. Change-Id: I04f9e3fec5c9f48594eb622466c0efffec2b6399
This commit is contained in:
parent
65108c58b9
commit
404243f3be
1 changed files with 2 additions and 2 deletions
|
@ -12096,13 +12096,13 @@ structure (pcaRes) to provide a common interface to the PCA results.")
|
|||
(define-public r-pfamanalyzer
|
||||
(package
|
||||
(name "r-pfamanalyzer")
|
||||
(version "1.6.0")
|
||||
(version "1.8.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "pfamAnalyzeR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1d14nhi4gndg8gr4fk4yvfnjcvin9rndram0xhnjrkia166p1msx"))))
|
||||
"0q5gcq5rm6az62mlhpbg6rawszdpckc5w5kl53bda9gfdcl6bi4l"))))
|
||||
(properties `((upstream-name . "pfamAnalyzeR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-dplyr r-magrittr r-readr r-stringr r-tibble))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue