me
/
guix
Archived
1
0
Fork 0

gnu: r-rsqlite: Update to 2.3.1.

* gnu/packages/statistics.scm (r-rsqlite): Update to 2.3.1.
master
Ricardo Wurmus 2023-04-06 17:32:43 +02:00
parent bc9595cc36
commit 946f530dc0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2982,13 +2982,13 @@ a column in data frame.")
(define-public r-rsqlite
(package
(name "r-rsqlite")
(version "2.3.0")
(version "2.3.1")
(source (origin
(method url-fetch)
(uri (cran-uri "RSQLite" version))
(sha256
(base32
"0csx2zz4zlr11nrzcas1lzhzjb4ygv6nijg2jpkp5l4fs2hijbj4"))))
"1jil3wgfh1asfb9c4cr9qyr74wb9f87r7sa03kj187201hb3xlly"))))
(properties `((upstream-name . "RSQLite")))
(build-system r-build-system)
(propagated-inputs