gnu: r-confintr: Update to 1.0.0.

* gnu/packages/cran.scm (r-confintr): Update to 1.0.0.
This commit is contained in:
Ricardo Wurmus 2023-04-17 11:10:35 +02:00
parent 679c78ed51
commit 075a045b41
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -32897,13 +32897,13 @@ (define-public r-config
(define-public r-confintr
(package
(name "r-confintr")
(version "0.2.0")
(version "1.0.0")
(source (origin
(method url-fetch)
(uri (cran-uri "confintr" version))
(sha256
(base32
"1zpprv5ysmnqn83xdsixsm6jhsi1gck32z6x60gp0y8xs25mwcbg"))))
"15vsdbqj5w4qbk7kwp1jqyc3phmmy8s981xjj0n0yy48xhy37f8g"))))
(properties `((upstream-name . "confintr")))
(build-system r-build-system)
(propagated-inputs (list r-boot))