guix-commits
[Top][All Lists]
Advanced

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

23/43: gnu: r-gower: Update to 0.2.1.


From: guix-commits
Subject: 23/43: gnu: r-gower: Update to 0.2.1.
Date: Mon, 20 May 2019 08:40:52 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 1541f0a00c8c2aabfbdc187be4243a5e88b5a267
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 19 09:23:36 2019 +0200

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