1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 11:30:44 +02:00

gnu: r-sangerseqr: Update to 1.44.0.

* gnu/packages/bioconductor.scm (r-sangerseqr): Update to 1.44.0.
[native-inputs]: Add r-biocgenerics.

Change-Id: I801f477310edd3ce3a439fcafcb88d5662b8bb00
This commit is contained in:
Ricardo Wurmus 2025-04-29 18:56:17 +02:00
parent 1dfab386e0
commit 2dba34f9ab
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -17651,17 +17651,17 @@ qPCR data, but could be used with other types as well.")
(define-public r-sangerseqr
(package
(name "r-sangerseqr")
(version "1.42.0")
(version "1.44.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "sangerseqR" version))
(sha256
(base32
"1xvwlnyrs5w3aiapbiiq8dx71hf7803fywbqhg7nvqkdbls5iljd"))))
"116adlm2a82c5jsljpicsfq34yyks9jcnmn9qjbfb4s8arvq14fw"))))
(properties `((upstream-name . "sangerseqR")))
(build-system r-build-system)
(propagated-inputs (list r-biostrings r-pwalign r-shiny r-stringr))
(native-inputs (list r-knitr r-runit))
(native-inputs (list r-biocgenerics r-knitr r-runit))
(home-page "https://bioconductor.org/packages/sangerseqR")
(synopsis "Tools for Sanger Sequencing data in R")
(description