diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-11-03 16:59:43 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-11-03 22:49:16 +0100 |
commit | ff6b2e31c44236f7d32dec83834072e91b0b1bda (patch) | |
tree | 6e0dbdc8242d6ba1a5d3832aa746f397815d7a59 /gnu/packages | |
parent | 42504ecfc816ca599a33a74a71feb4e8b8ddf200 (diff) |
gnu: r-protgenerics: Update to 1.34.0.
* gnu/packages/bioconductor.scm (r-protgenerics): Update to 1.34.0.
Change-Id: Iede0129b8b5a5164f7efe982d4863e61e526444b
Diffstat (limited to 'gnu/packages')
-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 0b93ebee48..ecdd608db8 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -9412,14 +9412,14 @@ chromosome. Both tumor-normal paired and tumor-only analyses are supported.") (define-public r-protgenerics (package (name "r-protgenerics") - (version "1.32.0") + (version "1.34.0") (source (origin (method url-fetch) (uri (bioconductor-uri "ProtGenerics" version)) (sha256 (base32 - "0fgsb47qrvrl4y3yr094mas22rai5h5yl9mciadd6zcpamp2p01i")))) + "1gjva76nxa9nzzmc9hya3bq7hswfmjd768v21f6m3gyygxvl581m")))) (properties `((upstream-name . "ProtGenerics"))) (build-system r-build-system) (home-page "https://github.com/lgatto/ProtGenerics") |