gnu: r-stringdb: Update to 2.10.0.
* gnu/packages/bioconductor.scm (r-stringdb): Update to 2.10.0.
This commit is contained in:
parent
3f307e6ebc
commit
3b89c301db
1 changed files with 2 additions and 2 deletions
|
@ -7152,13 +7152,13 @@ Biology at
|
||||||
(define-public r-stringdb
|
(define-public r-stringdb
|
||||||
(package
|
(package
|
||||||
(name "r-stringdb")
|
(name "r-stringdb")
|
||||||
(version "2.8.4")
|
(version "2.10.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "STRINGdb" version))
|
(uri (bioconductor-uri "STRINGdb" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1jn6080v6097zpqsr4gfbx31gqqdhpzjrk63avk3v3xwawmf2379"))))
|
(base32 "1md79vx4270wgh07g3m1mypdki1b9d4a558zxplcalwppqh0dsmp"))))
|
||||||
(properties `((upstream-name . "STRINGdb")))
|
(properties `((upstream-name . "STRINGdb")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue