me
/
guix
Archived
1
0
Fork 0

gnu: r-delayedarray: Update to 0.12.0.

* gnu/packages/bioinformatics.scm (r-delayedarray): Update to 0.12.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -7777,13 +7777,13 @@ tab-delimited (tabix) files.")
(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)