mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: r-packrat: Update to 0.6.0.
* gnu/packages/cran.scm (r-packrat): Update to 0.6.0.
This commit is contained in:
parent
13aca4c035
commit
3a849bf973
1 changed files with 2 additions and 2 deletions
|
@ -22839,14 +22839,14 @@ (define-public r-iheatmapr
|
|||
(define-public r-packrat
|
||||
(package
|
||||
(name "r-packrat")
|
||||
(version "0.5.0")
|
||||
(version "0.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "packrat" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1xy5dd2hrpqa07jfl4s7dsrya05mf36ms74j833scdz0zf89586n"))))
|
||||
"01cn2vf95nc8bh0hh8imkn030yra3hx64q1fb8jwsr52p9s397fr"))))
|
||||
(properties `((upstream-name . "packrat")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/rstudio/packrat/")
|
||||
|
|
Loading…
Reference in a new issue