[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/10: gnu: r-stringdb: Update to 2.14.3.
From: |
guix-commits |
Subject: |
08/10: gnu: r-stringdb: Update to 2.14.3. |
Date: |
Fri, 15 Mar 2024 18:55:16 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit b11f7c18bde57aa3c741dbcbdf731769f3504b8c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Mar 15 23:05:32 2024 +0100
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
---
gnu/packages/bioconductor.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 58fdc497e4..70392a57ef 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -11725,24 +11725,24 @@ Biology at
(define-public r-stringdb
(package
(name "r-stringdb")
- (version "2.14.0")
+ (version "2.14.3")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "STRINGdb" version))
(sha256
- (base32 "1ffn73sx0qbzbh8cjil9r159g0fjnvi6y8rlbg6nf7p3zx3aya54"))))
+ (base32 "06bckzczg2rspazcbpp3v265c1dkr9l1vpdhkc7gdn2dk960jlkh"))))
(properties `((upstream-name . "STRINGdb")))
(build-system r-build-system)
(propagated-inputs
(list r-gplots
r-hash
+ r-httr
r-igraph
r-plotrix
r-plyr
r-png
r-rcolorbrewer
- r-rcurl
r-sqldf))
(home-page "https://git.bioconductor.org/packages/STRINGdb")
(synopsis "Search tool for the retrieval of interacting proteins database")
- branch master updated (999bfa0d54 -> 10345d2f63), guix-commits, 2024/03/15
- 04/10: gnu: r-deseq2: Update to 1.42.1., guix-commits, 2024/03/15
- 01/10: gnu: r-asics: Update to 2.18.1., guix-commits, 2024/03/15
- 03/10: gnu: r-biostrings: Update to 2.70.3., guix-commits, 2024/03/15
- 05/10: gnu: r-genomeinfodb: Update to 1.38.7., guix-commits, 2024/03/15
- 02/10: gnu: r-coregx: Update to 2.6.1., guix-commits, 2024/03/15
- 09/10: gnu: r-zlibbioc: Update to 1.48.2., guix-commits, 2024/03/15
- 07/10: gnu: r-gsva: Update to 1.50.1., guix-commits, 2024/03/15
- 06/10: gnu: r-genomicfeatures: Update to 1.54.4., guix-commits, 2024/03/15
- 10/10: gnu: r-clusterprofiler: Update to 4.10.1., guix-commits, 2024/03/15
- 08/10: gnu: r-stringdb: Update to 2.14.3.,
guix-commits <=