mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: r-confintr: Update to 1.0.0.
* gnu/packages/cran.scm (r-confintr): Update to 1.0.0.
This commit is contained in:
parent
679c78ed51
commit
075a045b41
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue