gnu: r-rvest: Update to 1.0.5.

* gnu/packages/cran.scm (r-rvest): Update to 1.0.5.

Fixes: guix/guix#3592
Change-Id: I5f56266b1d74ad56f64edcc16d71f14c7e4e7398
This commit is contained in:
Andreas Enge 2025-10-22 22:29:00 +02:00
parent d85e68b731
commit 24896b9d44
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -11060,13 +11060,13 @@ matrix) for the double-truncated multinormal case.")
(define-public r-rvest
(package
(name "r-rvest")
(version "1.0.4")
(version "1.0.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "rvest" version))
(sha256
(base32 "19lw0jk8d8x88z247hz761gwbx9f5n3yqnv63mn7pkwl55mpqw3x"))))
(base32 "005wadzdhxf6hgr8vl4nl0nfi2crj6467mhwbccqfy26njh38z0y"))))
(build-system r-build-system)
(arguments
(list