Archived
1
0
Fork 0

gnu: r-packrat: Update to 0.7.0.

* gnu/packages/cran.scm (r-packrat): Update to 0.7.0.
This commit is contained in:
Ricardo Wurmus 2021-08-22 17:53:30 +02:00
parent 8804fe4f65
commit 50e345f1b1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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