me
/
guix
Archived
1
0
Fork 0

gnu: r-pillar: Update to 1.6.1.

* gnu/packages/cran.scm (r-pillar): Update to 1.6.1.
master
Ricardo Wurmus 2021-05-20 10:54:40 +02:00
parent c479174108
commit 1bccefef85
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5507,14 +5507,14 @@ to variables on the left-hand side of the assignment.")
(define-public r-pillar
(package
(name "r-pillar")
(version "1.6.0")
(version "1.6.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "pillar" version))
(sha256
(base32
"1pfa6q63ji6mqsvkbpjvvlaivw66nyinwbk82jh0a0c6dy41w47i"))))
"0akjk2k98zy4lyvw5ji1qlrrwzx43vad8z042jydn0f3i1hvkdq8"))))
(build-system r-build-system)
(propagated-inputs
`(("r-cli" ,r-cli)