mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: r-rockchalk: Update to 1.8.157.
* gnu/packages/cran.scm (r-rockchalk): Update to 1.8.157.
This commit is contained in:
parent
81a02293e8
commit
82c6989d3e
1 changed files with 2 additions and 2 deletions
|
@ -25537,14 +25537,14 @@ (define-public r-kutils
|
||||||
(define-public r-rockchalk
|
(define-public r-rockchalk
|
||||||
(package
|
(package
|
||||||
(name "r-rockchalk")
|
(name "r-rockchalk")
|
||||||
(version "1.8.152")
|
(version "1.8.157")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rockchalk" version))
|
(uri (cran-uri "rockchalk" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1d15jlgcy35pvaicaddd4zrhwm5ajb9yc3jk6dyxm99gc5wcn6h3"))))
|
"13g2rdnxazqfgy653d7vj6w79b2vgnd7bbz0sqn9k4qiig59jh41"))))
|
||||||
(properties `((upstream-name . "rockchalk")))
|
(properties `((upstream-name . "rockchalk")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue