gnu: r-nodbi: Update to 0.9.2.
* gnu/packages/cran.scm (r-nodbi): Update to 0.9.2.master
parent
c938338563
commit
2ccd430a4c
|
@ -12504,13 +12504,13 @@ tidyverse workflow.")
|
||||||
(define-public r-nodbi
|
(define-public r-nodbi
|
||||||
(package
|
(package
|
||||||
(name "r-nodbi")
|
(name "r-nodbi")
|
||||||
(version "0.9.1")
|
(version "0.9.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "nodbi" version))
|
(uri (cran-uri "nodbi" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hn0wy2ry9l3wwqrshmf82cxigkm16wycwprv458bcvb5k6ayy5m"))))
|
"167zhlyl0crn24zyw9rz9spa5xh8nxpzl94vqsk02r849n4qvzx9"))))
|
||||||
(properties `((upstream-name . "nodbi")))
|
(properties `((upstream-name . "nodbi")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue