rekado pushed a commit to branch r-team in repository guix. commit dab3ea0fff3b30b6ee2f38d76ba1cf1c1533dbbf Author: Ricardo Wurmus <rek...@elephly.net> AuthorDate: Tue May 13 10:25:46 2025 +0200
gnu: r-fastcluster: Update to 1.3.0. * gnu/packages/cran.scm (r-fastcluster): Update to 1.3.0. Change-Id: If90d44feba2a665acb9659421415459215c21361 --- gnu/packages/cran.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 0a4aa06ff4..934783a68e 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -3678,14 +3678,14 @@ or source files in a key-value fashion.") (define-public r-fastcluster (package (name "r-fastcluster") - (version "1.2.6") + (version "1.3.0") (source (origin (method url-fetch) (uri (cran-uri "fastcluster" version)) (sha256 (base32 - "06cd3w62ijf0yx2yq0xgx6qw5lcrnn1033ygx6bl9dmhix2haal5")))) + "1yv3nd8s9f45pqkv4srv41chh8ij0vikprfwgyphakc0xc9lj8gw")))) (build-system r-build-system) (home-page "http://danifold.net/fastcluster.html") (synopsis "Fast hierarchical clustering routines")