mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-bgeedb: Update to 2.22.0.
* gnu/packages/bioconductor.scm (r-bgeedb): Update to 2.22.0.
This commit is contained in:
parent
00025cdd23
commit
24c13f9d64
1 changed files with 2 additions and 2 deletions
|
@ -15264,14 +15264,14 @@ (define-public r-bgeecall
|
||||||
(define-public r-bgeedb
|
(define-public r-bgeedb
|
||||||
(package
|
(package
|
||||||
(name "r-bgeedb")
|
(name "r-bgeedb")
|
||||||
(version "2.20.1")
|
(version "2.22.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BgeeDB" version))
|
(uri (bioconductor-uri "BgeeDB" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mrw7fwjx8k0a5c3iw2j94h1yn5pkvqil7fbzih9xiafnpbn374m"))))
|
"093zk43x8i9ajaqsdhndkyal3dizllr3g85ziavb3k73dzvarzsc"))))
|
||||||
(properties `((upstream-name . "BgeeDB")))
|
(properties `((upstream-name . "BgeeDB")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue