1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-02 05:04:05 +02:00

gnu: r-adamethods: Update to 1.2.1.

* gnu/packages/cran.scm (r-adamethods): Update to 1.2.1.
This commit is contained in:
Ricardo Wurmus
2020-08-12 11:58:49 +02:00
parent ac6ce7bb52
commit d222c7527d
+2 -2
View File
@@ -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