diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-01-02 15:00:07 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-01-02 15:01:41 +0100 |
commit | 95ed402cab20e09e8f5bc13641742a2fdf9404fd (patch) | |
tree | a4e8cd427096e198166b0703f409cf837094c07a | |
parent | 9ecc7216c42414f8c8973c93b8ccf7e764415b3b (diff) | |
download | guix-95ed402cab20e09e8f5bc13641742a2fdf9404fd.tar.gz |
gnu: r-gower: Update to 1.0.1.
* gnu/packages/cran.scm (r-gower): Update to 1.0.1.
-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 79fcf36d0f..7eaea68688 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -6376,14 +6376,14 @@ multivariate and 5 functional classification problems are included.") (define-public r-gower (package (name "r-gower") - (version "1.0.0") + (version "1.0.1") (source (origin (method url-fetch) (uri (cran-uri "gower" version)) (sha256 (base32 - "0p9qx9aafkdm7wibfwk59jzw6vspsff6zwp84bc40lg0myxbf737")))) + "1z0mhfp8xp7rk9i820pkvspm6mwih24g6b5rqs63m37sbs79ssi9")))) (build-system r-build-system) (home-page "https://github.com/markvanderloo/gower") (synopsis "Gower's distance") |