me
/
guix
Archived
1
0
Fork 0

gnu: r-rsqlite: Update to 2.2.8.

* gnu/packages/statistics.scm (r-rsqlite): Update to 2.2.8.
Ricardo Wurmus 2021-08-22 17:53:35 +02:00
parent e626540d41
commit 871c81d0e6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2855,13 +2855,13 @@ a column in data frame.")
(define-public r-rsqlite
(package
(name "r-rsqlite")
(version "2.2.7")
(version "2.2.8")
(source (origin
(method url-fetch)
(uri (cran-uri "RSQLite" version))
(sha256
(base32
"1j89n4ydv42y5hqqv8nz72sa5wncws074kg527s902k1a67s69ii"))))
"1hscgi11px9hq0sx78c2lkfzq121rlvmhxmqf305xg6lgqdxr2hv"))))
(properties `((upstream-name . "RSQLite")))
(build-system r-build-system)
(propagated-inputs