gnu: r-hmisc: Update to 5.1-3.
* gnu/packages/statistics.scm (r-hmisc): Update to 5.1-3. Change-Id: I6f80f2408564769e83a559066a85c9590f2d7578
This commit is contained in:
parent
98e8c728ed
commit
aa1ea9f2b4
1 changed files with 2 additions and 2 deletions
|
@ -5000,13 +5000,13 @@ package instead.")
|
||||||
(define-public r-hmisc
|
(define-public r-hmisc
|
||||||
(package
|
(package
|
||||||
(name "r-hmisc")
|
(name "r-hmisc")
|
||||||
(version "5.1-2")
|
(version "5.1-3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "Hmisc" version))
|
(uri (cran-uri "Hmisc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "088gniwbymzhqg3vp0kpkbazryjzy9iq6wdvf9hg9qf0sjbibpg7"))))
|
(base32 "1sq5qvlr9swhdvf3l420y9fxq5s1qw8aiyl9a62sb357ywppfq9w"))))
|
||||||
(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