mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -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
|
(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)))
|
||||||
|
|
Loading…
Reference in a new issue