gnu: r-labeling: Update to 0.4.2.

* gnu/packages/statistics.scm (r-labeling): Update to 0.4.2.
This commit is contained in:
Ricardo Wurmus 2020-10-31 13:44:25 +01:00
parent f9e1561c46
commit 45c6df5108
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -872,13 +872,13 @@ (define-public r-estimability
(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")