gnu: r-rsqlite: Update to 2.1.5.

* gnu/packages/statistics.scm (r-rsqlite): Update to 2.1.5.
This commit is contained in:
Ricardo Wurmus 2019-12-20 21:03:11 +01:00
parent 8abfddb6b4
commit 8dfaa62a9e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2777,13 +2777,13 @@ (define-public r-blob
(define-public r-rsqlite
(package
(name "r-rsqlite")
(version "2.1.4")
(version "2.1.5")
(source (origin
(method url-fetch)
(uri (cran-uri "RSQLite" version))
(sha256
(base32
"1vhaq6zfqilya669l100adcw51xz0p370zabnk2dnk1xhdih1f34"))))
"0b1cjnk9g1lrxy0wajfq744qps7fila0xdh5j9chy1vrrwfiwzl0"))))
(properties `((upstream-name . "RSQLite")))
(build-system r-build-system)
(propagated-inputs