mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-rsqlite: Update to 2.1.5.
* gnu/packages/statistics.scm (r-rsqlite): Update to 2.1.5.
This commit is contained in:
parent
8abfddb6b4
commit
8dfaa62a9e
1 changed files with 2 additions and 2 deletions
|
@ -2777,13 +2777,13 @@ (define-public r-blob
|
|||
(define-public r-rsqlite
|
||||
(package
|
||||
(name "r-rsqlite")
|
||||
(version "2.1.4")
|
||||
(version "2.1.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RSQLite" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1vhaq6zfqilya669l100adcw51xz0p370zabnk2dnk1xhdih1f34"))))
|
||||
"0b1cjnk9g1lrxy0wajfq744qps7fila0xdh5j9chy1vrrwfiwzl0"))))
|
||||
(properties `((upstream-name . "RSQLite")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue