mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-hmisc: Update to 5.1-2.
* gnu/packages/statistics.scm (r-hmisc): Update to 5.1-2. Change-Id: I6b6ab9916f58323f0bc523e3c8ff0a22e59d63b5
This commit is contained in:
parent
c81807e871
commit
7286a4569d
1 changed files with 2 additions and 2 deletions
|
@ -4952,13 +4952,13 @@ (define-public r-base64
|
|||
(define-public r-hmisc
|
||||
(package
|
||||
(name "r-hmisc")
|
||||
(version "5.1-1")
|
||||
(version "5.1-2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Hmisc" version))
|
||||
(sha256
|
||||
(base32 "0laan26ja6m9k3spkk1ymalwb181ramzjq6ii3b0404xv2kfywa9"))))
|
||||
(base32 "088gniwbymzhqg3vp0kpkbazryjzy9iq6wdvf9hg9qf0sjbibpg7"))))
|
||||
(properties `((upstream-name . "Hmisc")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue