gnu: r-sjlabelled: Update to 1.1.3.

* gnu/packages/cran.scm (r-sjlabelled): Update to 1.1.3.
This commit is contained in:
Ricardo Wurmus 2020-02-19 21:09:20 +01:00
parent cedf4aa48c
commit 544366842b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6409,14 +6409,14 @@ (define-public r-insight
(define-public r-sjlabelled
(package
(name "r-sjlabelled")
(version "1.1.2")
(version "1.1.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "sjlabelled" version))
(sha256
(base32
"1vnx067mxnvz4jzhmpiarda8ln6habzj02qikvkix5piiy85sqcw"))))
"1amq7i9sxf0pkxhskqc53xq5wvc9rdxm7cxyb4b6xh6qsskjnlsj"))))
(build-system r-build-system)
(propagated-inputs
`(("r-haven" ,r-haven)