mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user