mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: r-biostrings: Update to 2.66.0.
* gnu/packages/bioconductor.scm (r-biostrings): Update to 2.66.0.
This commit is contained in:
parent
9048d502da
commit
30f2fc13c6
1 changed files with 2 additions and 2 deletions
|
@ -4640,13 +4640,13 @@ (define-public r-biocparallel
|
|||
(define-public r-biostrings
|
||||
(package
|
||||
(name "r-biostrings")
|
||||
(version "2.64.1")
|
||||
(version "2.66.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Biostrings" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1wk8nlmp6f6fsjrcb4fb48s3ay38yywwad748i6lfkkcw2pdfw33"))))
|
||||
"1z86s8ncl91pxcjnv8fwvgwjjnd384dn5paylwyymrigph4ca4kk"))))
|
||||
(properties
|
||||
`((upstream-name . "Biostrings")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue