guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/21: gnu: r-gower: Update to 1.0.1.


From: guix-commits
Subject: 03/21: gnu: r-gower: Update to 1.0.1.
Date: Mon, 2 Jan 2023 09:07:06 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 95ed402cab20e09e8f5bc13641742a2fdf9404fd
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 2 15:00:07 2023 +0100

    gnu: r-gower: Update to 1.0.1.
    
    * gnu/packages/cran.scm (r-gower): Update to 1.0.1.
---
 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 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]