mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-biodb: Update to 1.4.0.
* gnu/packages/bioconductor.scm (r-biodb): Update to 1.4.0.
This commit is contained in:
parent
259c003f02
commit
12ee563b41
1 changed files with 2 additions and 2 deletions
|
@ -15507,14 +15507,14 @@ (define-public r-biocdockermanager
|
|||
(define-public r-biodb
|
||||
(package
|
||||
(name "r-biodb")
|
||||
(version "1.2.2")
|
||||
(version "1.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "biodb" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0b5zva16r4kz8736h3djjgmh35nxmlin4f374rb4i2s55zsrb638"))))
|
||||
"02i0n29bp9d9p1ibslxca5m37qsgny2hlgg7d364lf7kc6y2bqni"))))
|
||||
(properties `((upstream-name . "biodb")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue