gnu: r-sangerseqr: Update to 1.38.0.

* gnu/packages/bioconductor.scm (r-sangerseqr): Update to 1.38.0.

Change-Id: I53de38940e7ce55f35de24e2f9b5dbf83fcc4f90
This commit is contained in:
Ricardo Wurmus 2023-11-03 17:18:45 +01:00
parent 1b63a91e57
commit 444871c0f2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -13597,13 +13597,13 @@ several functions from the R igraph package.")
(define-public r-sangerseqr
(package
(name "r-sangerseqr")
(version "1.36.0")
(version "1.38.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "sangerseqR" version))
(sha256
(base32
"0hhq5zsx4srd9ndr370m44f80qdlrqafjv1838wf65gzijffhfqb"))))
"1vggjvxfmmm2gcyfay22wahkib15i164ic148jdps36pxapl6hi3"))))
(properties `((upstream-name . "sangerseqR")))
(build-system r-build-system)
(propagated-inputs (list r-biostrings r-shiny r-stringr))