diff options
author | zimoun <zimon.toutoune@gmail.com> | 2020-10-30 16:00:14 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-12-09 12:12:42 +0100 |
commit | 4d9e168db89e2c642df0c285b534a580a507ee95 (patch) | |
tree | aab78c391ccad3950ddc26e57649742b523c78f4 | |
parent | 858eb988a066d8d40d827313fe0edf9c836c5866 (diff) |
gnu: r-protgenerics: Update to 1.22.0.
* gnu/packages/bioinformatics.scm (r-protgenerics): Update to 1.22.0.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index fb88cbc16e..bf48504d72 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -9659,14 +9659,14 @@ trait.") (define-public r-protgenerics (package (name "r-protgenerics") - (version "1.20.0") + (version "1.22.0") (source (origin (method url-fetch) (uri (bioconductor-uri "ProtGenerics" version)) (sha256 (base32 - "14xzdh7vxss8vmrw91hcwrszdn3ikm71mah8875b2lkrkrfzbl73")))) + "0yihxphgkshvfv1sn67wc4zvr2zlzws2j7ki3zabm6vyfkfdkfiz")))) (properties `((upstream-name . "ProtGenerics"))) (build-system r-build-system) (home-page "https://github.com/lgatto/ProtGenerics") |