mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-parameters: Update to 0.22.1.
* gnu/packages/cran.scm (r-parameters): Update to 0.22.1. Change-Id: If0ee7541ab994008bdcd25a65264a4256c12a6b9
This commit is contained in:
parent
93b8bc6ef9
commit
73220acde6
1 changed files with 2 additions and 2 deletions
|
@ -28343,14 +28343,14 @@ (define-public r-assertr
|
|||
(define-public r-parameters
|
||||
(package
|
||||
(name "r-parameters")
|
||||
(version "0.22.0")
|
||||
(version "0.22.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "parameters" version))
|
||||
(sha256
|
||||
(base32
|
||||
"19g3sfmvvrarkgyl5p278fcpmybvsih8ancfbhp53w0gm80629z8"))))
|
||||
"0axyl6iwa0x6yk340g5943v1d1q023z63smxf0j6033mdikf3xm4"))))
|
||||
(properties `((upstream-name . "parameters")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue