mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
gnu: r-rsqlite: Update to 2.2.9.
* gnu/packages/statistics.scm (r-rsqlite): Update to 2.2.9.
This commit is contained in:
parent
8f1288c2f7
commit
db2d774fd3
1 changed files with 2 additions and 2 deletions
|
@ -2865,13 +2865,13 @@ (define-public r-blob
|
||||||
(define-public r-rsqlite
|
(define-public r-rsqlite
|
||||||
(package
|
(package
|
||||||
(name "r-rsqlite")
|
(name "r-rsqlite")
|
||||||
(version "2.2.8")
|
(version "2.2.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "RSQLite" version))
|
(uri (cran-uri "RSQLite" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hscgi11px9hq0sx78c2lkfzq121rlvmhxmqf305xg6lgqdxr2hv"))))
|
"075vsnbkcwpwnn87b06mhbg2fflqhjvbylhbkg0d3v3rl7zg28s4"))))
|
||||||
(properties `((upstream-name . "RSQLite")))
|
(properties `((upstream-name . "RSQLite")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue