diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-08-12 11:58:49 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-08-12 13:57:14 +0200 |
commit | d222c7527d132bd034dddb69ea8dd38788bf72c8 (patch) | |
tree | 4b5f8ad4586303c67e5268cd6ae6f8d67ca00149 /gnu/packages | |
parent | ac6ce7bb52810ee120d80822aa881c909b4dde2f (diff) |
gnu: r-adamethods: Update to 1.2.1.
* gnu/packages/cran.scm (r-adamethods): Update to 1.2.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 238c23944a..548bea337c 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -19523,14 +19523,14 @@ statistical shape analysis and archetypal analysis.") (define-public r-adamethods (package (name "r-adamethods") - (version "1.2") + (version "1.2.1") (source (origin (method url-fetch) (uri (cran-uri "adamethods" version)) (sha256 (base32 - "0mp73zh5x6h18gv29v981kb9n632kb58lvlcxwr6vcvrx393nrxh")))) + "150awbd3skb1mqca18bqjykhyycqw8crviw66s6qrcnmcsbk77pj")))) (properties `((upstream-name . "adamethods"))) (build-system r-build-system) (propagated-inputs |