mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
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 @@ (define-public r-base64
|
|||
(define-public r-hmisc
|
||||
(package
|
||||
(name "r-hmisc")
|
||||
(version "5.1-2")
|
||||
(version "5.1-3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Hmisc" version))
|
||||
(sha256
|
||||
(base32 "088gniwbymzhqg3vp0kpkbazryjzy9iq6wdvf9hg9qf0sjbibpg7"))))
|
||||
(base32 "1sq5qvlr9swhdvf3l420y9fxq5s1qw8aiyl9a62sb357ywppfq9w"))))
|
||||
(properties `((upstream-name . "Hmisc")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue