me
/
guix
Archived
1
0
Fork 0

gnu: r-stringdb: Update to 2.14.3.

* gnu/packages/bioconductor.scm (r-stringdb): Update to 2.14.3.
[propagated-inputs]: Remove r-rcurl; add r-httr.

Change-Id: Id46873bee69cdd1047002db3505ff5420097e9e9
master
Ricardo Wurmus 2024-03-15 23:05:32 +01:00
parent 74066baa0b
commit b11f7c18bd
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -11725,24 +11725,24 @@ Biology at
(define-public r-stringdb (define-public r-stringdb
(package (package
(name "r-stringdb") (name "r-stringdb")
(version "2.14.0") (version "2.14.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "STRINGdb" version)) (uri (bioconductor-uri "STRINGdb" version))
(sha256 (sha256
(base32 "1ffn73sx0qbzbh8cjil9r159g0fjnvi6y8rlbg6nf7p3zx3aya54")))) (base32 "06bckzczg2rspazcbpp3v265c1dkr9l1vpdhkc7gdn2dk960jlkh"))))
(properties `((upstream-name . "STRINGdb"))) (properties `((upstream-name . "STRINGdb")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-gplots (list r-gplots
r-hash r-hash
r-httr
r-igraph r-igraph
r-plotrix r-plotrix
r-plyr r-plyr
r-png r-png
r-rcolorbrewer r-rcolorbrewer
r-rcurl
r-sqldf)) r-sqldf))
(home-page "https://git.bioconductor.org/packages/STRINGdb") (home-page "https://git.bioconductor.org/packages/STRINGdb")
(synopsis "Search tool for the retrieval of interacting proteins database") (synopsis "Search tool for the retrieval of interacting proteins database")