me
/
guix
Archived
1
0
Fork 0

gnu: r-sangerseqr: Update to 1.38.0.

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

Change-Id: I53de38940e7ce55f35de24e2f9b5dbf83fcc4f90
master
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
1 changed files with 2 additions and 2 deletions

View File

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