gnu: r-rsqlite: Update to 2.3.7.

* gnu/packages/statistics.scm (r-rsqlite): Update to 2.3.7.

Change-Id: I6065ee2dec5d0755400f8e9f14322d202b60a623
This commit is contained in:
Ricardo Wurmus 2024-07-02 14:58:54 +02:00
parent cf3a91de2b
commit 830f2108dd
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3440,13 +3440,13 @@ (define-public r-blob
(define-public r-rsqlite
(package
(name "r-rsqlite")
(version "2.3.6")
(version "2.3.7")
(source (origin
(method url-fetch)
(uri (cran-uri "RSQLite" version))
(sha256
(base32
"1wpqr71wckxrh8ih5f01wkqqqnq5s3zaj0m8b40g76pliyjvgcgv"))))
"1kllna6hfnyy3rizr8wkpfn7p5sxv3sra12x9vz68hp6i4jmgq15"))))
(properties `((upstream-name . "RSQLite")))
(build-system r-build-system)
(propagated-inputs