gnu: r-rsqlite: Update to 2.2.18.
* gnu/packages/statistics.scm (r-rsqlite): Update to 2.2.18.
This commit is contained in:
parent
13bc34df30
commit
3fe0d25e50
1 changed files with 2 additions and 2 deletions
|
@ -2937,13 +2937,13 @@ (define-public r-blob
|
|||
(define-public r-rsqlite
|
||||
(package
|
||||
(name "r-rsqlite")
|
||||
(version "2.2.17")
|
||||
(version "2.2.18")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RSQLite" version))
|
||||
(sha256
|
||||
(base32
|
||||
"16l64ganvdlaldmqryz2c95id2m8vchlj9x5rz9kppbmhy122vjw"))))
|
||||
"1sjbjh4rhaagmhiv2rg3csakbsc62qwyawz5vhywg3mdcbdnl6b2"))))
|
||||
(properties `((upstream-name . "RSQLite")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue