mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -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
|
(define-public r-biostrings
|
||||||
(package
|
(package
|
||||||
(name "r-biostrings")
|
(name "r-biostrings")
|
||||||
(version "2.70.1")
|
(version "2.70.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Biostrings" version))
|
(uri (bioconductor-uri "Biostrings" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"198y36yfkncsp4sw00ij8cal45al67f9nx84bbszhygaq0jh504y"))))
|
"0lmaknlw3mk946h26davr9cz5xpzjp0c8qjxbr7drj8b2cjfm66a"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "Biostrings")))
|
`((upstream-name . "Biostrings")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in a new issue