gnu: r-infer: Update to 1.0.4.

* gnu/packages/cran.scm (r-infer): Update to 1.0.4.
This commit is contained in:
Ricardo Wurmus 2022-12-19 17:07:29 +01:00
parent fb907546b9
commit b5c0cb4a46
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -31373,14 +31373,14 @@ functions or computational engines (e.g. R, Spark, Stan, etc).")
(define-public r-infer
(package
(name "r-infer")
(version "1.0.3")
(version "1.0.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "infer" version))
(sha256
(base32
"1m5srhcmkh8wq12pvy57g3g703wilkl8r3gmm5s7lbj103iz7v8b"))))
"1s4q0nslykl0pb2w1i6ni6hkpp7awvp0wks79br3gk5wa1qkvs19"))))
(properties `((upstream-name . "infer")))
(build-system r-build-system)
(propagated-inputs