gnu: r-blob: Update to 1.3.0.

* gnu/packages/cran.scm (r-blob): Update to 1.3.0.

Change-Id: I4364109ba8d6e121ee8de8419b99db68d5509e50
This commit is contained in:
Ricardo Wurmus 2026-01-20 07:17:18 +01:00 committed by Andreas Enge
parent 451d136b7e
commit 3b3af658e7
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -930,13 +930,13 @@ vectors.")
(define-public r-blob
(package
(name "r-blob")
(version "1.2.4")
(version "1.3.0")
(source (origin
(method url-fetch)
(uri (cran-uri "blob" version))
(sha256
(base32
"13vjy9f3zki8w1damz6kqq47689mk4l1navnwh7r6z8lqkmj52fh"))))
"0cbkihkap93jpak232lqaakn75mghbi42xba4pybp0vns6waxlnl"))))
(build-system r-build-system)
(propagated-inputs
(list r-rlang r-vctrs))