guix-commits
[Top][All Lists]
Advanced

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

90/98: gnu: r-labeling: Update to 0.4.3.


From: guix-commits
Subject: 90/98: gnu: r-labeling: Update to 0.4.3.
Date: Wed, 13 Sep 2023 18:06:45 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8f68be3264004b17ae9e2bef0c878fab07462d8f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Sep 14 00:04:16 2023 +0200

    gnu: r-labeling: Update to 0.4.3.
    
    * gnu/packages/statistics.scm (r-labeling): Update to 0.4.3.
---
 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 f5268bb0b6..4b1d7ef896 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1005,13 +1005,13 @@ non-estimable cases correctly.")
 (define-public r-labeling
   (package
     (name "r-labeling")
-    (version "0.4.2")
+    (version "0.4.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "labeling" version))
        (sha256
-        (base32 "0rfikd9gy70b8qz87q9axcwv8nmn9mbxfdwypxi0sghpfs9df8p0"))))
+        (base32 "1wk4wa1s8f17b5lf8vs5hxsmyadp2ccmyg4hamq7sdvlrk14yby6"))))
     (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]