gnu: r-hmisc: Update to 5.2-5.

* gnu/packages/cran.scm (r-hmisc): Update to 5.2-5.

Change-Id: I5843cb27b4e778898e04499e87c2730df0ef8368
This commit is contained in:
Ricardo Wurmus 2026-01-14 19:41:57 +01:00 committed by Andreas Enge
parent 2fdd557fd3
commit 2c0688d827
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -12495,13 +12495,13 @@ models.")
(define-public r-hmisc
(package
(name "r-hmisc")
(version "5.2-4")
(version "5.2-5")
(source
(origin
(method url-fetch)
(uri (cran-uri "Hmisc" version))
(sha256
(base32 "04z260cj7lkmg3zahis42cbdz4z5fkwfskb8msam28xa8s8z6pag"))))
(base32 "1ab6gkkmw4k8bl4n91f7c9wv4rz9p21yv507ci24fzb58lpc8n6m"))))
(properties `((upstream-name . "Hmisc")))
(build-system r-build-system)
;; Tests need r-rms, which needs this package.