me
/
guix
Archived
1
0
Fork 0

gnu: r-sjlabelled: Update to 1.1.8.

* gnu/packages/cran.scm (r-sjlabelled): Update to 1.1.8.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -8344,14 +8344,14 @@ information are missing.")
(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)))