gnu: r-sjlabelled: Update to 1.1.8.

* gnu/packages/cran.scm (r-sjlabelled): Update to 1.1.8.
This commit is contained in:
Ricardo Wurmus 2021-05-20 10:54:41 +02:00
parent f2b9129d21
commit f03f45c927
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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