3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-vctrs: Update to 0.2.1.

* gnu/packages/cran.scm (r-vctrs): Update to 0.2.1.
This commit is contained in:
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

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)