mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-rockchalk: Update to 1.8.152.
* gnu/packages/cran.scm (r-rockchalk): Update to 1.8.152.
This commit is contained in:
parent
bd273a6b17
commit
ad9c851588
1 changed files with 2 additions and 2 deletions
|
@ -25030,14 +25030,14 @@ (define-public r-kutils
|
|||
(define-public r-rockchalk
|
||||
(package
|
||||
(name "r-rockchalk")
|
||||
(version "1.8.151")
|
||||
(version "1.8.152")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rockchalk" version))
|
||||
(sha256
|
||||
(base32
|
||||
"17mfaxn3gj0vac5wdmsjj2z2668cszbpvan7hnxp7ic9bvsm1w2y"))))
|
||||
"1d15jlgcy35pvaicaddd4zrhwm5ajb9yc3jk6dyxm99gc5wcn6h3"))))
|
||||
(properties `((upstream-name . "rockchalk")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue