gnu: r-hmisc: Update to 5.1-0.
* gnu/packages/statistics.scm (r-hmisc): Update to 5.1-0.
This commit is contained in:
parent
0aa29c87b6
commit
9c2d020eee
1 changed files with 2 additions and 2 deletions
|
@ -4670,13 +4670,13 @@ (define-public r-base64
|
|||
(define-public r-hmisc
|
||||
(package
|
||||
(name "r-hmisc")
|
||||
(version "5.0-1")
|
||||
(version "5.1-0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Hmisc" version))
|
||||
(sha256
|
||||
(base32 "0ngsm05ngzchy4l8a6fww3m2qqz8m04rcbl1zg7va30mia7hyffv"))))
|
||||
(base32 "0y10hnglid78gnaapmdy3ihjih4i2kvaycn2c60r2wr43nv7wl0q"))))
|
||||
(properties `((upstream-name . "Hmisc")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue