Archived
1
0
Fork 0

gnu: r-blob: Update to 1.2.3.

* gnu/packages/statistics.scm (r-blob): Update to 1.2.3.
This commit is contained in:
Ricardo Wurmus 2022-04-11 18:01:41 +02:00
parent 8b28ffca69
commit cea93b7781
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2907,13 +2907,13 @@ that package, other packages are unaffected.")
(define-public r-blob (define-public r-blob
(package (package
(name "r-blob") (name "r-blob")
(version "1.2.2") (version "1.2.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "blob" version)) (uri (cran-uri "blob" version))
(sha256 (sha256
(base32 (base32
"1yn7f13icaix0apxp4drnciwdn8bx8xmbd129jd7ck4rcly0axj9")))) "06v3ldnmf6f99riym1cjbm5rklxmg6cpdixm6armc6rxxs1xd21d"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-rlang r-vctrs)) (list r-rlang r-vctrs))