mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-delayedarray: Update to 0.34.1.
* gnu/packages/bioconductor.scm (r-delayedarray): Update to 0.34.1. Change-Id: Icba6fffa06a021f84f4da61f5f84bc17ce95f025
This commit is contained in:
parent
e4d542bcdc
commit
a2ac5d2807
1 changed files with 2 additions and 2 deletions
|
@ -6997,13 +6997,13 @@ fold changes mean and variability for each selected gene.")
|
|||
(define-public r-delayedarray
|
||||
(package
|
||||
(name "r-delayedarray")
|
||||
(version "0.34.0")
|
||||
(version "0.34.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "DelayedArray" version))
|
||||
(sha256
|
||||
(base32
|
||||
"053dhbbhnpcbxr2px7ffpfkqr8iyf8xxzh6qpwz0y9g6wvjzw99i"))))
|
||||
"09fx4gq0yx9k0qfxj6596dw4kn9h1wnzxwn142ld429vsn4gp3z7"))))
|
||||
(properties
|
||||
'((upstream-name . "DelayedArray")
|
||||
;; These are needed for tests, which we don't run, because we cannot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue