mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
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 @@ (define-public r-config
|
|||
(define-public r-confintr
|
||||
(package
|
||||
(name "r-confintr")
|
||||
(version "1.0.0")
|
||||
(version "1.0.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "confintr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"15vsdbqj5w4qbk7kwp1jqyc3phmmy8s981xjj0n0yy48xhy37f8g"))))
|
||||
"0p2k1bflyb82grp6ikh7dw3dacvsch8zfwxwwr4v325q0yk98iiz"))))
|
||||
(properties `((upstream-name . "confintr")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-boot))
|
||||
|
|
Loading…
Reference in a new issue