guix-commits
[Top][All Lists]
Advanced

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

71/93: gnu: r-labeling: Update to 0.4.2.


From: guix-commits
Subject: 71/93: gnu: r-labeling: Update to 0.4.2.
Date: Sat, 31 Oct 2020 08:46:22 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 45c6df51081642fa6b2fe5f776ccefc022a904a6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Oct 31 13:44:25 2020 +0100

    gnu: r-labeling: Update to 0.4.2.
    
    * gnu/packages/statistics.scm (r-labeling): Update to 0.4.2.
---
 gnu/packages/statistics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index cbc3d2e..c824a7b 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -872,13 +872,13 @@ non-estimable cases correctly.")
 (define-public r-labeling
   (package
     (name "r-labeling")
-    (version "0.3")
+    (version "0.4.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "labeling" version))
        (sha256
-        (base32 "13sk7zrrrzry6ky1bp8mmnzcl9jhvkig8j4id9nny7z993mnk00d"))))
+        (base32 "0rfikd9gy70b8qz87q9axcwv8nmn9mbxfdwypxi0sghpfs9df8p0"))))
     (build-system r-build-system)
     (home-page "https://cran.r-project.org/web/packages/labeling";)
     (synopsis "Axis labeling algorithms")



reply via email to

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