rekado pushed a commit to branch master
in repository guix.
commit 2ba688309c5c5edede03096d98092619d75f6452
Author: Ricardo Wurmus <[email protected]>
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")