me
/
guix
Archived
1
0
Fork 0

gnu: r-rsqlite: Update to 2.2.9.

* gnu/packages/statistics.scm (r-rsqlite): Update to 2.2.9.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -2865,13 +2865,13 @@ a column in data frame.")
(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