me
/
guix
Archived
1
0
Fork 0

gnu: r-estimability: Update to 1.5.1.

* gnu/packages/statistics.scm (r-estimability): Update to 1.5.1.

Change-Id: I1e0e9508b48a178ef7a241b14c86141aea5189ef
master
Ricardo Wurmus 2024-05-13 21:59:55 +02:00
parent 23342d2391
commit 87273f874b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1007,13 +1007,13 @@ OpenSSL should be used.")
(define-public r-estimability
(package
(name "r-estimability")
(version "1.5")
(version "1.5.1")
(source (origin
(method url-fetch)
(uri (cran-uri "estimability" version))
(sha256
(base32
"0s6w8vnq0jc136d2mpf6pgg45rbxccrlsgdy89pgksnbaxhmyb5k"))))
"1sa42rczhzfj0dkn8v1pq6b752rh6h7x553gcgl7g27x75mbk9iw"))))
(build-system r-build-system)
(native-inputs (list r-knitr))
(home-page "https://cran.r-project.org/web/packages/estimability")