gnu: r-rsqlite: Update to 2.2.19.

* gnu/packages/statistics.scm (r-rsqlite): Update to 2.2.19.
This commit is contained in:
Ricardo Wurmus 2022-11-29 15:22:36 +01:00
parent e4318a4f97
commit 02c326c900
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2938,13 +2938,13 @@ (define-public r-blob
(define-public r-rsqlite
(package
(name "r-rsqlite")
(version "2.2.18")
(version "2.2.19")
(source (origin
(method url-fetch)
(uri (cran-uri "RSQLite" version))
(sha256
(base32
"1sjbjh4rhaagmhiv2rg3csakbsc62qwyawz5vhywg3mdcbdnl6b2"))))
"11jzg3ywzaql3zwp7cwql1nilz8pvbz903whyh0d447rs0xnn3vj"))))
(properties `((upstream-name . "RSQLite")))
(build-system r-build-system)
(propagated-inputs