gnu: r-fastshap: Update to 0.1.1.

* gnu/packages/cran.scm (r-fastshap): Update to 0.1.1.

Change-Id: Ie2bd2570b427895d6780d762bd121c9962bd2a88
This commit is contained in:
Ricardo Wurmus 2024-02-26 12:25:13 +01:00
parent a276c9b70d
commit 81eaa8ffb0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -34335,14 +34335,14 @@ Kemeny distance and correlation coefficient.")
(define-public r-fastshap
(package
(name "r-fastshap")
(version "0.1.0")
(version "0.1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "fastshap" version))
(sha256
(base32
"112hc585aryzc5pgvr3qaa7arlx2h2sj9jlq9xha3nncyzqkh7c6"))))
"1j6bnkv4q8n85xlvzm5p6p4yg8wdp6an6skbvdif5g9c376hzqb2"))))
(properties `((upstream-name . "fastshap")))
(build-system r-build-system)
(propagated-inputs