mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: r-delayedarray: Update to 0.30.1.
* gnu/packages/bioconductor.scm (r-delayedarray): Update to 0.30.1. Change-Id: I14176f2b7111ce22560ab36f59a950a28c0a14cd
This commit is contained in:
parent
1fc6f89cb3
commit
775fa6631d
1 changed files with 2 additions and 2 deletions
|
@ -5743,13 +5743,13 @@ (define-public r-degreport
|
|||
(define-public r-delayedarray
|
||||
(package
|
||||
(name "r-delayedarray")
|
||||
(version "0.30.0")
|
||||
(version "0.30.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "DelayedArray" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1hjkh8xsqlfwhwxs3snpx9in58plv67aj9gsw1x8842kxfric7m7"))))
|
||||
"0n6pparz2fg8wgrgcwciibqz3iyrnlmk5hdvnzjppcraxanz8sm6"))))
|
||||
(properties
|
||||
`((upstream-name . "DelayedArray")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue