mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: r-delayedarray: Update to 0.16.1.
* gnu/packages/bioinformatics.scm (r-delayedarray): Update to 0.16.1.
This commit is contained in:
parent
9b66b8017d
commit
3f7e96acc7
1 changed files with 2 additions and 2 deletions
|
@ -8475,13 +8475,13 @@ (define-public r-rsamtools
|
|||
(define-public r-delayedarray
|
||||
(package
|
||||
(name "r-delayedarray")
|
||||
(version "0.16.0")
|
||||
(version "0.16.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "DelayedArray" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1564wnradxw15nsnv6w2wd3xngcs3xa1mlibbq3hygi5fcx4fk3g"))))
|
||||
"1d75zrhha1v7dhbvjp6a4iap441l5k268w0jjxklpqywbqns7l3d"))))
|
||||
(properties
|
||||
`((upstream-name . "DelayedArray")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue