diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-11-04 22:04:06 +0000 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-11-07 22:34:40 +0000 |
commit | dc4cc2aa3223a1cc48f0a6ff9516dd392447d093 (patch) | |
tree | 7cb9fb3227954800fe7e991ccaa3b17f28a4542b | |
parent | 78fd7685668c1846792496b624bbbc3baeebf46e (diff) |
gnu: r-protgenerics: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-protgenerics): Update to 1.26.0.
-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 e61b7b8811..a9ccd9a824 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -3770,14 +3770,14 @@ structure (pcaRes) to provide a common interface to the PCA results.") (define-public r-protgenerics (package (name "r-protgenerics") - (version "1.24.0") + (version "1.26.0") (source (origin (method url-fetch) (uri (bioconductor-uri "ProtGenerics" version)) (sha256 (base32 - "1c79k8nc28782w5gxi7pkm8jmddq1hdw6khs9kgsp8dyk60ak6fq")))) + "0x53pk7h47gjza1q5pz7jb1qqhwa9z2rr5fr61qc92zl3mqk57m0")))) (properties `((upstream-name . "ProtGenerics"))) (build-system r-build-system) (home-page "https://github.com/lgatto/ProtGenerics") |