me
/
guix
Archived
1
0
Fork 0

gnu: r-pillar: Update to 1.4.3.

* gnu/packages/cran.scm (r-pillar): Update to 1.4.3.
master
Ricardo Wurmus 2019-12-20 21:04:39 +01:00
parent bdf552ee4c
commit cd2652f6b8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4109,14 +4109,14 @@ to variables on the left-hand side of the assignment.")
(define-public r-pillar
(package
(name "r-pillar")
(version "1.4.2")
(version "1.4.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "pillar" version))
(sha256
(base32
"0988047mf0xdhdkqqmavzx4ifjhndjnxniyrrhrdq1nvnrvbpfms"))))
"02sn7zw80wq33jgxk2i6m5jb83sk7y72dfhgyy0apfinv05w92ss"))))
(build-system r-build-system)
(propagated-inputs
`(("r-cli" ,r-cli)