mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: r-blob: Update to 1.2.3.
* gnu/packages/statistics.scm (r-blob): Update to 1.2.3.
This commit is contained in:
parent
8b28ffca69
commit
cea93b7781
1 changed files with 2 additions and 2 deletions
|
@ -2907,13 +2907,13 @@ (define-public r-pkgconfig
|
|||
(define-public r-blob
|
||||
(package
|
||||
(name "r-blob")
|
||||
(version "1.2.2")
|
||||
(version "1.2.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "blob" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1yn7f13icaix0apxp4drnciwdn8bx8xmbd129jd7ck4rcly0axj9"))))
|
||||
"06v3ldnmf6f99riym1cjbm5rklxmg6cpdixm6armc6rxxs1xd21d"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-rlang r-vctrs))
|
||||
|
|
Loading…
Reference in a new issue