mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: r-rsqlite: Update to 2.2.15.
* gnu/packages/statistics.scm (r-rsqlite): Update to 2.2.15.
This commit is contained in:
parent
c3d510f27f
commit
ee4885080b
1 changed files with 2 additions and 2 deletions
|
@ -2928,13 +2928,13 @@ (define-public r-blob
|
||||||
(define-public r-rsqlite
|
(define-public r-rsqlite
|
||||||
(package
|
(package
|
||||||
(name "r-rsqlite")
|
(name "r-rsqlite")
|
||||||
(version "2.2.14")
|
(version "2.2.15")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "RSQLite" version))
|
(uri (cran-uri "RSQLite" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0z307d7rx7blh2apc9dbw9vgad2ldbf9vbdjhmwlj0mwbs3nmqra"))))
|
"1cypz9i85fnp3izk0px9r8s3l1jwn5kmgs2avc0fi3fad1775029"))))
|
||||||
(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