me
/
guix
Archived
1
0
Fork 0

gnu: r-rsqlite: Update to 2.1.4.

* gnu/packages/statistics.scm (r-rsqlite): Update to 2.1.4.
master
Ricardo Wurmus 2019-12-06 21:38:52 +01:00
parent 8a4cba335a
commit 68cff11d72
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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