gnu: r-rsqlite: Update to 2.1.0.

* gnu/packages/statistics.scm (r-rsqlite): Update to 2.1.0.
This commit is contained in:
Ricardo Wurmus 2018-04-21 08:31:51 +02:00
parent 1aa2ad5b32
commit ff91ed7d56
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2694,13 +2694,13 @@ (define-public r-blob
(define-public r-rsqlite
(package
(name "r-rsqlite")
(version "2.0")
(version "2.1.0")
(source (origin
(method url-fetch)
(uri (cran-uri "RSQLite" version))
(sha256
(base32
"1xpg1i1jkzkzv44k512k90c2vvl960pl2d4a3spwcha6yclyc3vz"))))
"0hknfqcgijdapx1ryy20zy68qmm8wsb1hjx4n4hmkgl552z82q5d"))))
(properties `((upstream-name . "RSQLite")))
(build-system r-build-system)
(propagated-inputs