gnu: r-confintr: Update to 1.0.1.
* gnu/packages/cran.scm (r-confintr): Update to 1.0.1.
This commit is contained in:
parent
73699a2eb5
commit
49e7043b39
1 changed files with 2 additions and 2 deletions
|
@ -33112,13 +33112,13 @@ value.")
|
||||||
(define-public r-confintr
|
(define-public r-confintr
|
||||||
(package
|
(package
|
||||||
(name "r-confintr")
|
(name "r-confintr")
|
||||||
(version "1.0.0")
|
(version "1.0.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "confintr" version))
|
(uri (cran-uri "confintr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15vsdbqj5w4qbk7kwp1jqyc3phmmy8s981xjj0n0yy48xhy37f8g"))))
|
"0p2k1bflyb82grp6ikh7dw3dacvsch8zfwxwwr4v325q0yk98iiz"))))
|
||||||
(properties `((upstream-name . "confintr")))
|
(properties `((upstream-name . "confintr")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-boot))
|
(propagated-inputs (list r-boot))
|
||||||
|
|
Reference in a new issue