me
/
guix
Archived
1
0
Fork 0

gnu: r-vctrs: Update to 0.3.2.

* gnu/packages/cran.scm (r-vctrs): Update to 0.3.2.
master
Ricardo Wurmus 2020-08-12 11:56:44 +02:00
parent 9aa2a8d1f2
commit 53144c4e59
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4452,14 +4452,14 @@ to variables on the left-hand side of the assignment.")
(define-public r-vctrs
(package
(name "r-vctrs")
(version "0.3.1")
(version "0.3.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "vctrs" version))
(sha256
(base32
"025si8gqwsj79lna3s0hdzxmymjyzbjq3ddan7n6chah6n3kbrhp"))))
"05s8v3ms4jaim44c7m4y0dnv8mysj9b26cdfyrfgcjpllayrjib2"))))
(build-system r-build-system)
(propagated-inputs
`(("r-digest" ,r-digest)