mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-sjlabelled: Update to 1.1.7.
* gnu/packages/cran.scm (r-sjlabelled): Update to 1.1.7.
This commit is contained in:
parent
b8b75e46b5
commit
5522640faf
1 changed files with 2 additions and 2 deletions
|
@ -7182,14 +7182,14 @@ (define-public r-insight
|
|||
(define-public r-sjlabelled
|
||||
(package
|
||||
(name "r-sjlabelled")
|
||||
(version "1.1.6")
|
||||
(version "1.1.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "sjlabelled" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0xvb0yi7c7wiiqjbnbisyb2cjinm11i373jacfv1yzyc9cznzyzq"))))
|
||||
"0d3fsjd2gxchv8mlx9l5pf8xvkmx4pgvizam83f3qss07bmvpzwg"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-insight" ,r-insight)))
|
||||
|
|
Loading…
Reference in a new issue