mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: r-labeling: Update to 0.4.3.
* gnu/packages/statistics.scm (r-labeling): Update to 0.4.3.
This commit is contained in:
parent
1a7612a64c
commit
8f68be3264
1 changed files with 2 additions and 2 deletions
|
@ -1005,13 +1005,13 @@ (define-public r-estimability
|
||||||
(define-public r-labeling
|
(define-public r-labeling
|
||||||
(package
|
(package
|
||||||
(name "r-labeling")
|
(name "r-labeling")
|
||||||
(version "0.4.2")
|
(version "0.4.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "labeling" version))
|
(uri (cran-uri "labeling" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0rfikd9gy70b8qz87q9axcwv8nmn9mbxfdwypxi0sghpfs9df8p0"))))
|
(base32 "1wk4wa1s8f17b5lf8vs5hxsmyadp2ccmyg4hamq7sdvlrk14yby6"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://cran.r-project.org/web/packages/labeling")
|
(home-page "https://cran.r-project.org/web/packages/labeling")
|
||||||
(synopsis "Axis labeling algorithms")
|
(synopsis "Axis labeling algorithms")
|
||||||
|
|
Loading…
Reference in a new issue