mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: r-rsqlite: Update to 2.2.8.
* gnu/packages/statistics.scm (r-rsqlite): Update to 2.2.8.
This commit is contained in:
parent
e626540d41
commit
871c81d0e6
1 changed files with 2 additions and 2 deletions
|
@ -2855,13 +2855,13 @@ (define-public r-blob
|
|||
(define-public r-rsqlite
|
||||
(package
|
||||
(name "r-rsqlite")
|
||||
(version "2.2.7")
|
||||
(version "2.2.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RSQLite" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1j89n4ydv42y5hqqv8nz72sa5wncws074kg527s902k1a67s69ii"))))
|
||||
"1hscgi11px9hq0sx78c2lkfzq121rlvmhxmqf305xg6lgqdxr2hv"))))
|
||||
(properties `((upstream-name . "RSQLite")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue