guix-commits
[Top][All Lists]
Advanced

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

01/11: gnu: r-gower: Update to 0.2.2.


From: guix-commits
Subject: 01/11: gnu: r-gower: Update to 0.2.2.
Date: Wed, 24 Jun 2020 11:24:00 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7336ded499fa59ab2bed0b2528c71cc59f6ca0b9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jun 24 17:20:59 2020 +0200

    gnu: r-gower: Update to 0.2.2.
    
    * gnu/packages/cran.scm (r-gower): Update to 0.2.2.
---
 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 68af10f..3ab6a7d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3285,14 +3285,14 @@ multivariate and 5 functional classification problems 
are included.")
 (define-public r-gower
   (package
     (name "r-gower")
-    (version "0.2.1")
+    (version "0.2.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "gower" version))
        (sha256
         (base32
-         "007ivwn1nagpi26qq8iih1c2l61c53glvv60n90hi341ry8vwgxg"))))
+         "0c9n921wn4hhlvjq96r4nkk96s5788376cbldr7y7bwz348200iz"))))
     (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]