gnu: r-pillar: Update to 1.3.1.

* gnu/packages/cran.scm (r-pillar): Update to 1.3.1.
This commit is contained in:
Ricardo Wurmus 2019-01-12 16:49:18 +01:00
parent 111516f9d6
commit fc00a1f0fc
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3538,14 +3538,14 @@ display.")
(define-public r-pillar
(package
(name "r-pillar")
(version "1.3.0")
(version "1.3.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "pillar" version))
(sha256
(base32
"1q6arybmfqxhp5zqj1fri5pb8v7ywcv7bmgf81rrmgl892p4bn5f"))))
"1xnbb9sr5wn9dmp6m7cr4z7i6pmjvyabnfcx6x7i7mvdjmgvaf5k"))))
(build-system r-build-system)
(propagated-inputs
`(("r-cli" ,r-cli)