Archived
1
0
Fork 0

gnu: r-packrat: Update to 0.9.0.

* gnu/packages/cran.scm (r-packrat): Update to 0.9.0.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:08:49 +01:00
parent 66f712a8d4
commit f4b30acdd0
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -28223,14 +28223,14 @@ interesting features. iheatmapr uses the plotly library for interactivity.")
(define-public r-packrat (define-public r-packrat
(package (package
(name "r-packrat") (name "r-packrat")
(version "0.8.1") (version "0.9.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "packrat" version)) (uri (cran-uri "packrat" version))
(sha256 (sha256
(base32 (base32
"1ni3xn51xifdb2bya5z54jn4nxgss6f23b3hn126j2kaz80h7ns5")))) "0l3rz9p62k7ymlin88hn6ydhdaawg6jb1jii7mdyss0agxzgbz7m"))))
(properties `((upstream-name . "packrat"))) (properties `((upstream-name . "packrat")))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://github.com/rstudio/packrat/") (home-page "https://github.com/rstudio/packrat/")