me
/
guix
Archived
1
0
Fork 0

gnu: r-bsgenome: Update to 1.70.1.

* gnu/packages/bioconductor.scm (r-bsgenome): Update to 1.70.1.
[propagated-inputs]: Add r-biocio.

Change-Id: I80b495762261353db10457c446eb706294eff825
master
Ricardo Wurmus 2023-11-03 16:51:57 +01:00
parent 1c103cad67
commit 257fe883e6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -6579,18 +6579,19 @@ effort and encourages consistency.")
(define-public r-bsgenome
(package
(name "r-bsgenome")
(version "1.68.0")
(version "1.70.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BSgenome" version))
(sha256
(base32
"0fx2mkzyhbn8iayw14nr913wd4xhp76b1zjb85akrxaab2dm4zz8"))))
"1bdrh1kp7ihnlyvgdvwdzly69l9zy5rr09gizm0l59zy4kh59nih"))))
(properties
`((upstream-name . "BSgenome")))
(build-system r-build-system)
(propagated-inputs
(list r-biocgenerics
r-biocio
r-biostrings
r-genomeinfodb
r-genomicranges