Archived
1
0
Fork 0

gnu: r-sjlabelled: Update to 1.1.5.

* gnu/packages/cran.scm (r-sjlabelled): Update to 1.1.5.
This commit is contained in:
Ricardo Wurmus 2020-06-11 15:08:08 +02:00
parent 2ab00525df
commit ffb5225fd1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6673,14 +6673,14 @@ information are missing.")
(define-public r-sjlabelled
(package
(name "r-sjlabelled")
(version "1.1.4")
(version "1.1.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "sjlabelled" version))
(sha256
(base32
"00dnrvwf7zbaq07hkh4rx24pvi5bwkl4npf6ycg101s63633dq5m"))))
"0grskmd7wrw31lkf85z6xz0bv246m6grvqkijvqi4q8zkl6p5vb3"))))
(build-system r-build-system)
(propagated-inputs
`(("r-insight" ,r-insight)))