gnu: r-sjlabelled: Update to 1.1.7.

* gnu/packages/cran.scm (r-sjlabelled): Update to 1.1.7.
This commit is contained in:
Ricardo Wurmus 2020-10-05 22:13:24 +02:00
parent b8b75e46b5
commit 5522640faf
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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