mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: r-stringdb: Update to 2.16.4.
* gnu/packages/bioconductor.scm (r-stringdb): Update to 2.16.4. Change-Id: I0d8f0557d914da617cdf55b180484c08c6bc1e2b
This commit is contained in:
parent
160dbc754f
commit
e49bd5772f
1 changed files with 2 additions and 2 deletions
|
@ -12059,13 +12059,13 @@ (define-public r-stager
|
|||
(define-public r-stringdb
|
||||
(package
|
||||
(name "r-stringdb")
|
||||
(version "2.16.0")
|
||||
(version "2.16.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "STRINGdb" version))
|
||||
(sha256
|
||||
(base32 "1bn21hqvcl1a4knj7iygwqx79s49ggjaw30fj6478h7khha6556b"))))
|
||||
(base32 "02fim09w9s38hvgp1g3fxqabd5r2fjysljlfrya2nr17drqkzqyx"))))
|
||||
(properties `((upstream-name . "STRINGdb")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue