gnu: r-bgeecall: Update to 1.18.1.
* gnu/packages/bioconductor.scm (r-bgeecall): Update to 1.18.1. Change-Id: I5db747786c63f248dec01879e41a9837c94d6d6c
This commit is contained in:
parent
58661d1d54
commit
38f88c84bf
1 changed files with 2 additions and 2 deletions
|
@ -22226,14 +22226,14 @@ real numbers.")
|
||||||
(define-public r-bgeecall
|
(define-public r-bgeecall
|
||||||
(package
|
(package
|
||||||
(name "r-bgeecall")
|
(name "r-bgeecall")
|
||||||
(version "1.16.0")
|
(version "1.18.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BgeeCall" version))
|
(uri (bioconductor-uri "BgeeCall" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0j83scxpq51bhxwfps7chcawzsqrd7pk7x2jg29zj4zbp1jbrnl0"))))
|
"1ipypkyfqx6mahiwl0gzdsi7z9j9cm5rgfw4ybgh6blfq8kg9qyk"))))
|
||||||
(properties `((upstream-name . "BgeeCall")))
|
(properties `((upstream-name . "BgeeCall")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue