mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-hmisc: Update to 4.7-0.
* gnu/packages/statistics.scm (r-hmisc): Update to 4.7-0.
This commit is contained in:
parent
e6b17481d9
commit
417517cd3f
1 changed files with 2 additions and 2 deletions
|
@ -4486,13 +4486,13 @@ (define-public r-base64
|
||||||
(define-public r-hmisc
|
(define-public r-hmisc
|
||||||
(package
|
(package
|
||||||
(name "r-hmisc")
|
(name "r-hmisc")
|
||||||
(version "4.6-0")
|
(version "4.7-0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "Hmisc" version))
|
(uri (cran-uri "Hmisc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1bd1c8sichyijprfpnqj5g72nmgs9jvi0zyw8v4nsg1kn83fj71c"))))
|
(base32 "1gc71wg6f17x6nriphs1kk39ix7lpqk32clk1qshqy8wl6f2vv19"))))
|
||||||
(properties `((upstream-name . "Hmisc")))
|
(properties `((upstream-name . "Hmisc")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in a new issue