1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +02:00

gnu: r-stringdb: Update to 2.20.0.

* gnu/packages/bioconductor.scm (r-stringdb): Update to 2.20.0.

Change-Id: Ic23dd217804caf841c02a9e75f44f11f8b0e60f2
This commit is contained in:
Ricardo Wurmus 2025-04-29 18:56:01 +02:00
parent efc68aa30e
commit dec9520810
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14309,13 +14309,13 @@ Biology at
(define-public r-stringdb
(package
(name "r-stringdb")
(version "2.18.0")
(version "2.20.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "STRINGdb" version))
(sha256
(base32 "118n30lq01xp7irdxffc5hmym7wini8pfsk2xszh8lwf9ii0l5z9"))))
(base32 "1dis3x4rx8g5wavgihbkhgvyb37cvjr6kdgyfi5lahnabxyyf6s8"))))
(properties `((upstream-name . "STRINGdb")))
(build-system r-build-system)
;; Tests attempt to connect to string-db.org website.