mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-rsqlite: Update to 2.2.2.
* gnu/packages/statistics.scm (r-rsqlite): Update to 2.2.2.
This commit is contained in:
parent
7a5adb9714
commit
a28aa533ba
1 changed files with 2 additions and 2 deletions
|
@ -2841,13 +2841,13 @@ (define-public r-blob
|
|||
(define-public r-rsqlite
|
||||
(package
|
||||
(name "r-rsqlite")
|
||||
(version "2.2.1")
|
||||
(version "2.2.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RSQLite" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0lynli9144dzb9vhxssba20v7z5h2nirawpvvy8ykv4n3ir7qlsl"))))
|
||||
"0wx8awxfd4q4mb5dk261rf7zd7y2lcm121fplay0vxl697yym719"))))
|
||||
(properties `((upstream-name . "RSQLite")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue