mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: r-genelendatabase: Update to 1.39.0.
* gnu/packages/bioconductor.scm (r-genelendatabase): Update to 1.39.0. Change-Id: I0630a8fed9f28ad5883a8bb1e4f3c77f16e7ac34
This commit is contained in:
parent
76805a5744
commit
66f99b50e5
1 changed files with 2 additions and 2 deletions
|
@ -1932,13 +1932,13 @@ (define-public r-flowsorted-blood-epic
|
|||
(define-public r-genelendatabase
|
||||
(package
|
||||
(name "r-genelendatabase")
|
||||
(version "1.38.0")
|
||||
(version "1.39.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "geneLenDataBase" version 'experiment))
|
||||
(sha256
|
||||
(base32 "0skycixz0qbm8cs10kgrkl1ab1qh0mz8641mf5194y839m81d060"))))
|
||||
(base32 "0rdd5nq34xd85r4i4b84ibih31mq99ljvgkm7zdv4gfggrdvi6gb"))))
|
||||
(properties
|
||||
`((upstream-name . "geneLenDataBase")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue