mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-packrat: Update to 0.8.1.
* gnu/packages/cran.scm (r-packrat): Update to 0.8.1.
This commit is contained in:
parent
ec2a12025e
commit
1c16b70698
1 changed files with 2 additions and 2 deletions
|
@ -25489,14 +25489,14 @@ (define-public r-iheatmapr
|
|||
(define-public r-packrat
|
||||
(package
|
||||
(name "r-packrat")
|
||||
(version "0.8.0")
|
||||
(version "0.8.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "packrat" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1vs4i19x6jdwl3jnanp127k4hk80h1mj56cjn07w1gkl542vj99h"))))
|
||||
"1ni3xn51xifdb2bya5z54jn4nxgss6f23b3hn126j2kaz80h7ns5"))))
|
||||
(properties `((upstream-name . "packrat")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/rstudio/packrat/")
|
||||
|
|
Loading…
Reference in a new issue