mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05:00
gnu: r-delayedarray: Update to 0.4.1.
* gnu/packages/bioinformatics.scm (r-delayedarray): Update to 0.4.1.
This commit is contained in:
parent
f8068419a6
commit
cb0a9a7493
1 changed files with 2 additions and 2 deletions
|
@ -7059,13 +7059,13 @@ (define-public r-rsamtools
|
|||
(define-public r-delayedarray
|
||||
(package
|
||||
(name "r-delayedarray")
|
||||
(version "0.2.7")
|
||||
(version "0.4.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "DelayedArray" version))
|
||||
(sha256
|
||||
(base32
|
||||
"02dfqp4md9xaqjj712ijc3jswghmipr5hwkd5hr0x1xi6l2fb69g"))))
|
||||
"0s7h2giyvz04cg6248kbbzpwhxdrpnsvl2s8k5c8ricisd9aaz4b"))))
|
||||
(properties
|
||||
`((upstream-name . "DelayedArray")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue