mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 14:26:13 +01:00
gnu: r-confintr: Update to 1.0.2.
* gnu/packages/cran.scm (r-confintr): Update to 1.0.2.
This commit is contained in:
parent
ad78b3cc3d
commit
869a579c83
1 changed files with 2 additions and 2 deletions
|
@ -33611,13 +33611,13 @@ value.")
|
|||
(define-public r-confintr
|
||||
(package
|
||||
(name "r-confintr")
|
||||
(version "1.0.1")
|
||||
(version "1.0.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "confintr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0p2k1bflyb82grp6ikh7dw3dacvsch8zfwxwwr4v325q0yk98iiz"))))
|
||||
"0gi9cnk2cd67vmywrkb19g6f9gr8k999kg0k03khad7lgqp4l43s"))))
|
||||
(properties `((upstream-name . "confintr")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-boot))
|
||||
|
|
Loading…
Add table
Reference in a new issue