gnu: r-delayedarray: Update to 0.12.1.

* gnu/packages/bioinformatics.scm (r-delayedarray): Update to 0.12.1.
This commit is contained in:
Ricardo Wurmus 2019-12-27 20:31:14 +01:00
parent 152a408051
commit ba17429d67
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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