mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-rsqlite: Update to 2.2.5.
* gnu/packages/statistics.scm (r-rsqlite): Update to 2.2.5.
This commit is contained in:
parent
e2851d10db
commit
d6fd6908c2
1 changed files with 2 additions and 2 deletions
|
@ -2842,13 +2842,13 @@ (define-public r-blob
|
||||||
(define-public r-rsqlite
|
(define-public r-rsqlite
|
||||||
(package
|
(package
|
||||||
(name "r-rsqlite")
|
(name "r-rsqlite")
|
||||||
(version "2.2.4")
|
(version "2.2.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "RSQLite" version))
|
(uri (cran-uri "RSQLite" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"050s7gv42v43d15yqj2sdrh82iikfpm32idfnw4nbjjjnlcg7wxf"))))
|
"14cxqh8j5v2rqs6yiargy1miycvx7xj47lppvpnnchi5plimlvyy"))))
|
||||||
(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