mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: r-bader: Update to 1.38.0.
* gnu/packages/bioconductor.scm (r-bader): Update to 1.38.0.
This commit is contained in:
parent
ff5191816e
commit
e10c8fe41a
1 changed files with 2 additions and 2 deletions
|
@ -3868,13 +3868,13 @@ (define-public r-bac
|
|||
(define-public r-bader
|
||||
(package
|
||||
(name "r-bader")
|
||||
(version "1.36.0")
|
||||
(version "1.38.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BADER" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1hkvmfik4m2yw5xg4k2g551l27i64blbsdvp1kmvvyix66p53hsr"))))
|
||||
"0g3yvgrarpdcxpvjrxg0gbdcagknh80cr0xyzinzpmiiz0rywmzc"))))
|
||||
(properties `((upstream-name . "BADER")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://bioconductor.org/packages/BADER")
|
||||
|
|
Loading…
Reference in a new issue