diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2025-05-15 10:20:47 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2025-05-15 10:28:02 +0200 |
| commit | 2a161a1ab71ff128b3f6b310a69eb85e706b98e5 (patch) | |
| tree | 362ea584a64e168ab3328348d94675a1bab4a959 /gnu | |
| parent | d748e4dda74466fadf0808844f1476b6a9db39e7 (diff) | |
gnu: r-faahko: Update to 1.48.1.
* gnu/packages/bioconductor.scm (r-faahko): Update to 1.48.1.
Change-Id: I2b62bbb03c23efb20dd45d65312c335e602da88a
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index f770930d289..1b302fb227c 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -2407,14 +2407,14 @@ format and is used for examples in other packages.") (define-public r-faahko (package (name "r-faahko") - (version "1.47.1") + (version "1.48.1") (source (origin (method url-fetch) (uri (bioconductor-uri "faahKO" version 'experiment)) (sha256 - (base32 "0ihqq0xg2q2fhsszn18fm89j7avz8rychbykgmps0fkd8q04ja7r")))) + (base32 "0f4ym837xvykdrdfrpwsh3lx5l5fdrrcc351sx281galihah4100")))) (properties `((upstream-name . "faahKO"))) (build-system r-build-system) (propagated-inputs (list r-xcms)) |
