gnu: r-bader: Update to 1.36.0.

* gnu/packages/bioconductor.scm (r-bader): Update to 1.36.0.
This commit is contained in:
zimoun 2022-11-17 03:50:05 +01:00 committed by Ricardo Wurmus
parent 5fd038bd49
commit 25104e7a6b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -2872,13 +2872,13 @@ you will have to normalize your data beforehand.")
(define-public r-bader
(package
(name "r-bader")
(version "1.34.0")
(version "1.36.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BADER" version))
(sha256
(base32
"0i5x1r2ns1hxhqk5jyfqird81hck1hllvvgx5bn0rb5vl99g8spm"))))
"1hkvmfik4m2yw5xg4k2g551l27i64blbsdvp1kmvvyix66p53hsr"))))
(properties `((upstream-name . "BADER")))
(build-system r-build-system)
(home-page "https://bioconductor.org/packages/BADER")