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:
Ricardo Wurmus 2025-04-29 18:55:51 +02:00
parent 65108c58b9
commit 404243f3be
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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))