Archived
1
0
Fork 0

gnu: r-packrat: Update to 0.6.0.

* gnu/packages/cran.scm (r-packrat): Update to 0.6.0.
This commit is contained in:
Ricardo Wurmus 2021-04-08 02:25:59 +02:00
parent 13aca4c035
commit 3a849bf973
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -22839,14 +22839,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.5.0") (version "0.6.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
"1xy5dd2hrpqa07jfl4s7dsrya05mf36ms74j833scdz0zf89586n")))) "01cn2vf95nc8bh0hh8imkn030yra3hx64q1fb8jwsr52p9s397fr"))))
(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/")