mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: r-biostrings: Update to 2.70.2.
* gnu/packages/bioconductor.scm (r-biostrings): Update to 2.70.2. Change-Id: Id43796f35c5afe6fbe3a37d72e111d28937254a2
This commit is contained in:
parent
1c27a3a8a8
commit
4df162962d
1 changed files with 2 additions and 2 deletions
|
@ -6899,13 +6899,13 @@ (define-public r-biocparallel
|
|||
(define-public r-biostrings
|
||||
(package
|
||||
(name "r-biostrings")
|
||||
(version "2.70.1")
|
||||
(version "2.70.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Biostrings" version))
|
||||
(sha256
|
||||
(base32
|
||||
"198y36yfkncsp4sw00ij8cal45al67f9nx84bbszhygaq0jh504y"))))
|
||||
"0lmaknlw3mk946h26davr9cz5xpzjp0c8qjxbr7drj8b2cjfm66a"))))
|
||||
(properties
|
||||
`((upstream-name . "Biostrings")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue