diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-05-28 12:44:42 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-05-28 23:19:14 +0200 |
commit | 2b7c604ebff15a1e326e24373260ddaeccac408d (patch) | |
tree | 1ab570ee4563457058b5dbd5c6e31d19b3533359 | |
parent | d4201b5f6185235737be4ca35b5d984023ed5377 (diff) |
gnu: r-protgenerics: Update to 1.28.0.
* gnu/packages/bioconductor.scm (r-protgenerics): Update to 1.28.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 116359fcd6..bcf4127a4b 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -4649,14 +4649,14 @@ chromosome. Both tumor-normal paired and tumor-only analyses are supported.") (define-public r-protgenerics (package (name "r-protgenerics") - (version "1.26.0") + (version "1.28.0") (source (origin (method url-fetch) (uri (bioconductor-uri "ProtGenerics" version)) (sha256 (base32 - "0x53pk7h47gjza1q5pz7jb1qqhwa9z2rr5fr61qc92zl3mqk57m0")))) + "04hcgj4q8dbzp1a29rbww2bxxrg679pgys3m09p0ydkpsx76rq05")))) (properties `((upstream-name . "ProtGenerics"))) (build-system r-build-system) (home-page "https://github.com/lgatto/ProtGenerics") |