mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: r-parameters: Update to 0.21.5.
* gnu/packages/cran.scm (r-parameters): Update to 0.21.5. Change-Id: If0de907fd0f0004468f3dcb4f4f5ca438a380c56
This commit is contained in:
parent
a2b4ae0a67
commit
5a9ed60d26
1 changed files with 2 additions and 2 deletions
|
@ -27235,14 +27235,14 @@ (define-public r-assertr
|
|||
(define-public r-parameters
|
||||
(package
|
||||
(name "r-parameters")
|
||||
(version "0.21.3")
|
||||
(version "0.21.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "parameters" version))
|
||||
(sha256
|
||||
(base32
|
||||
"091zpyq37v7xjicj4h4r4fqhrrc7d3hicgbdznsjn85sw4d7q595"))))
|
||||
"0yxljycspmljj5s4i5knwyhxp29s616f7kg3xcwn0ip15kfg260v"))))
|
||||
(properties `((upstream-name . "parameters")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue