mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-delayedarray: Update to 0.26.3.
* gnu/packages/bioconductor.scm (r-delayedarray): Update to 0.26.3.
This commit is contained in:
parent
f947aa3ac9
commit
3b20a9e600
1 changed files with 2 additions and 2 deletions
|
@ -4735,13 +4735,13 @@ (define-public r-deepsnv
|
|||
(define-public r-delayedarray
|
||||
(package
|
||||
(name "r-delayedarray")
|
||||
(version "0.26.2")
|
||||
(version "0.26.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "DelayedArray" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0zp49ksqcgy5bzlf63s8zc7flv2x66qkn02h49wmyj5ix20al0a7"))))
|
||||
"0m603v0l74nawid61hvqbyb2662c1djqp436p87pk4f04fvws67j"))))
|
||||
(properties
|
||||
`((upstream-name . "DelayedArray")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue