gnu: r-rsqlite: Update to 2.2.9.

* gnu/packages/statistics.scm (r-rsqlite): Update to 2.2.9.
This commit is contained in:
Ricardo Wurmus 2022-01-05 19:34:39 +01:00
parent 8f1288c2f7
commit db2d774fd3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2865,13 +2865,13 @@ (define-public r-blob
(define-public r-rsqlite
(package
(name "r-rsqlite")
(version "2.2.8")
(version "2.2.9")
(source (origin
(method url-fetch)
(uri (cran-uri "RSQLite" version))
(sha256
(base32
"1hscgi11px9hq0sx78c2lkfzq121rlvmhxmqf305xg6lgqdxr2hv"))))
"075vsnbkcwpwnn87b06mhbg2fflqhjvbylhbkg0d3v3rl7zg28s4"))))
(properties `((upstream-name . "RSQLite")))
(build-system r-build-system)
(propagated-inputs