mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: r-seqarray: Update to 1.42.2.
* gnu/packages/bioconductor.scm (r-seqarray): Update to 1.42.2. Change-Id: I6b4915c8dbdf14054125cac33bfddde4605fbc58
This commit is contained in:
parent
63622bf34e
commit
66b1080b8d
1 changed files with 2 additions and 2 deletions
|
@ -10950,13 +10950,13 @@ (define-public r-scry
|
|||
(define-public r-seqarray
|
||||
(package
|
||||
(name "r-seqarray")
|
||||
(version "1.42.0")
|
||||
(version "1.42.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "SeqArray" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0zs60yh3x6kgy6izn11d400vw59ww2w6bmhg6fw5ijinknyr3ixc"))))
|
||||
"1bwqyvvfwwscznwi1bm4wh2pqf0fmq68g7siwbbw5ypj087ibnnm"))))
|
||||
(properties `((upstream-name . "SeqArray")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-biostrings
|
||||
|
|
Loading…
Reference in a new issue