gnu: r-delayedarray: Update to 0.12.0.

* gnu/packages/bioinformatics.scm (r-delayedarray): Update to 0.12.0.
This commit is contained in:
Ricardo Wurmus 2019-12-15 15:12:26 +01:00
parent 264db038c6
commit 4ada4fb745
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7777,13 +7777,13 @@ (define-public r-rsamtools
(define-public r-delayedarray
(package
(name "r-delayedarray")
(version "0.10.0")
(version "0.12.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "DelayedArray" version))
(sha256
(base32
"0l907ggxndn3f29zvsd5pppmp4c31rb22r6zkhvgph7xdxahyy6z"))))
"0329n1gbg2bq2vjhxfqqgakg75cdzcrcrgcwafjbg5zhkq86lc0q"))))
(properties
`((upstream-name . "DelayedArray")))
(build-system r-build-system)