gnu: r-delayedarray: Update to 0.14.1.
* gnu/packages/bioinformatics.scm (r-delayedarray): Update to 0.14.1.
This commit is contained in:
parent
b414add3d1
commit
67f8477fb5
1 changed files with 2 additions and 2 deletions
|
@ -8065,13 +8065,13 @@ (define-public r-rsamtools
|
|||
(define-public r-delayedarray
|
||||
(package
|
||||
(name "r-delayedarray")
|
||||
(version "0.14.0")
|
||||
(version "0.14.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "DelayedArray" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1lz7a0rrlfv3w44n073mk8pw39z7lfs0njdxp5vpp0rdsmvdf1qk"))))
|
||||
"0xi0i621hrl7k9rsc8x8nc3ib74sk8hxhbyr2lxqclw45pk95s7v"))))
|
||||
(properties
|
||||
`((upstream-name . "DelayedArray")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue