mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: r-biostrings: Update to 2.70.1.
* gnu/packages/bioconductor.scm (r-biostrings): Update to 2.70.1. [native-inputs]: Add r-knitr. Change-Id: I11d29af17c47e495003441ff1c1b0928d1f7f752
This commit is contained in:
parent
7f14908649
commit
2fcc6e7ba6
1 changed files with 3 additions and 2 deletions
|
@ -6508,13 +6508,13 @@ (define-public r-biocparallel
|
|||
(define-public r-biostrings
|
||||
(package
|
||||
(name "r-biostrings")
|
||||
(version "2.68.1")
|
||||
(version "2.70.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Biostrings" version))
|
||||
(sha256
|
||||
(base32
|
||||
"13cnjbq2iykv83ycb4151d7yys21s3v15fc72v3s02m1i92lqyq4"))))
|
||||
"198y36yfkncsp4sw00ij8cal45al67f9nx84bbszhygaq0jh504y"))))
|
||||
(properties
|
||||
`((upstream-name . "Biostrings")))
|
||||
(build-system r-build-system)
|
||||
|
@ -6525,6 +6525,7 @@ (define-public r-biostrings
|
|||
r-iranges
|
||||
r-s4vectors
|
||||
r-xvector))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://bioconductor.org/packages/Biostrings")
|
||||
(synopsis "String objects and algorithms for biological sequences")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue