mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06: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:
parent
d85e68b731
commit
24896b9d44
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue