gnu: r-sjlabelled: Update to 1.1.6.

* gnu/packages/cran.scm (r-sjlabelled): Update to 1.1.6.
This commit is contained in:
Ricardo Wurmus 2020-06-28 05:38:19 +02:00
parent e34f98a4a6
commit bfaf6cf1f9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6927,14 +6927,14 @@ (define-public r-insight
(define-public r-sjlabelled
(package
(name "r-sjlabelled")
(version "1.1.5")
(version "1.1.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "sjlabelled" version))
(sha256
(base32
"0grskmd7wrw31lkf85z6xz0bv246m6grvqkijvqi4q8zkl6p5vb3"))))
"0xvb0yi7c7wiiqjbnbisyb2cjinm11i373jacfv1yzyc9cznzyzq"))))
(build-system r-build-system)
(propagated-inputs
`(("r-insight" ,r-insight)))