me
/
guix
Archived
1
0
Fork 0

gnu: r-vctrs: Update to 0.2.1.

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

View File

@ -4070,14 +4070,14 @@ to variables on the left-hand side of the assignment.")
(define-public r-vctrs
(package
(name "r-vctrs")
(version "0.2.0")
(version "0.2.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "vctrs" version))
(sha256
(base32
"05h0y8qzwc899qj84gkhg4jwzscd065as00d4d8smv42h4i8zkjv"))))
"0rlwjfvvhv3s5mj4lqhwlqwddpizyp46i1qbcvw0mzb5q8b0nkz0"))))
(build-system r-build-system)
(propagated-inputs
`(("r-backports" ,r-backports)