gnu: r-hmisc: Update to 4.3-0.
* gnu/packages/statistics.scm (r-hmisc): Update to 4.3-0.
This commit is contained in:
parent
10cdf7083c
commit
6ba61f00bc
1 changed files with 2 additions and 3 deletions
|
|
@ -4044,14 +4044,13 @@ package instead.")
|
||||||
(define-public r-hmisc
|
(define-public r-hmisc
|
||||||
(package
|
(package
|
||||||
(name "r-hmisc")
|
(name "r-hmisc")
|
||||||
(version "4.2-0")
|
(version "4.3-0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "Hmisc" version))
|
(uri (cran-uri "Hmisc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0rb1m6138lqzb46nss9ggvhghipd10vdnwsy6iq2wzynrynzkwkz"))))
|
||||||
"1n8i2jhc308hd6bvys9cd7nrz7pwjszs03r5bwlh1pc869ki95ly"))))
|
|
||||||
(properties `((upstream-name . "Hmisc")))
|
(properties `((upstream-name . "Hmisc")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
|
||||||
Reference in a new issue