gnu: r-nodbi: Update to 0.9.2.

* gnu/packages/cran.scm (r-nodbi): Update to 0.9.2.
This commit is contained in:
Ricardo Wurmus 2023-03-30 17:56:39 +02:00
parent c938338563
commit 2ccd430a4c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -12504,13 +12504,13 @@ (define-public r-sjmisc
(define-public r-nodbi
(package
(name "r-nodbi")
(version "0.9.1")
(version "0.9.2")
(source (origin
(method url-fetch)
(uri (cran-uri "nodbi" version))
(sha256
(base32
"1hn0wy2ry9l3wwqrshmf82cxigkm16wycwprv458bcvb5k6ayy5m"))))
"167zhlyl0crn24zyw9rz9spa5xh8nxpzl94vqsk02r849n4qvzx9"))))
(properties `((upstream-name . "nodbi")))
(build-system r-build-system)
(propagated-inputs