mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: r-ndjson: Update to 0.9.0.
* gnu/packages/cran.scm (r-ndjson): Update to 0.9.0.
This commit is contained in:
parent
197f40be58
commit
73495f3eaf
1 changed files with 2 additions and 2 deletions
|
@ -32186,14 +32186,14 @@ (define-public r-striprtf
|
|||
(define-public r-ndjson
|
||||
(package
|
||||
(name "r-ndjson")
|
||||
(version "0.8.0")
|
||||
(version "0.9.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ndjson" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0lvzbgfi1sg4kya1mvv67z14qk3vz9q57x22qh57xq8ampdkg812"))
|
||||
"18j5bibranvbv84hvbsg6glmvhfancdsf2w6j99n3nw53bcgb12d"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue