mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 18:38:57 -05:00
gnu: r-rsparse: Update to 0.5.2.
* gnu/packages/cran.scm (r-rsparse): Update to 0.5.2. Change-Id: I0965edeea723d5b2d33932383cf1bb8b42d3eb65
This commit is contained in:
parent
14d2f84b02
commit
167b84c17d
1 changed files with 2 additions and 2 deletions
|
@ -26622,14 +26622,14 @@ (define-public r-float
|
|||
(define-public r-rsparse
|
||||
(package
|
||||
(name "r-rsparse")
|
||||
(version "0.5.1")
|
||||
(version "0.5.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rsparse" version))
|
||||
(sha256
|
||||
(base32
|
||||
"15kdllm2lh6xdlv4j0ljyj5pczhx26s9d8cac7953zbb0sd45chz"))))
|
||||
"0a40mhbzlakjsf6wj00p8pqr6slhn7gxsgq2rycp3yg478ajwqyp"))))
|
||||
(properties `((upstream-name . "rsparse")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue