me
/
guix
Archived
1
0
Fork 0

gnu: r-pillar: Update to 1.6.2.

* gnu/packages/cran.scm (r-pillar): Update to 1.6.2.
Ricardo Wurmus 2021-07-29 17:10:37 +02:00
parent 5eac5eb748
commit 07726b8575
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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