mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: r-genomationdata: Update to 1.34.0.
* gnu/packages/bioconductor.scm (r-genomationdata): Update to 1.34.0. Change-Id: Ia8e4535efcdcbb0e706b1e9682594467ab8c2fda
This commit is contained in:
parent
8369898fb0
commit
c916f39b5c
1 changed files with 2 additions and 2 deletions
|
@ -1945,13 +1945,13 @@ (define-public r-genelendatabase
|
|||
(define-public r-genomationdata
|
||||
(package
|
||||
(name "r-genomationdata")
|
||||
(version "1.28.0")
|
||||
(version "1.34.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "genomationData" version 'experiment))
|
||||
(sha256
|
||||
(base32 "0ckdgmarndpz6r0y9sd4nmypzjgivj32w2890yl15xmxkx4397fh"))))
|
||||
(base32 "044q01dbcd34lxgwpg76yk0msvx7gpiibiqxp6fr9jswq6izrzq7"))))
|
||||
(properties
|
||||
`((upstream-name . "genomationData")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue