gnu: r-sjmisc: Update to 2.8.1.
* gnu/packages/cran.scm (r-sjmisc): Update to 2.8.1.
This commit is contained in:
parent
c3447a92ee
commit
36c5f86fab
1 changed files with 2 additions and 2 deletions
|
@ -5965,14 +5965,14 @@ (define-public r-sjlabelled
|
|||
(define-public r-sjmisc
|
||||
(package
|
||||
(name "r-sjmisc")
|
||||
(version "2.8.0")
|
||||
(version "2.8.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "sjmisc" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0pgavkygsj8fa591pmasx78b4gd32sf2pa067yqvi82xha7dj5k4"))))
|
||||
"1a30n3cyd9h9ilaiai9ywy53f03nikafc47rvpws2c2vghc8mbn7"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-dplyr" ,r-dplyr)
|
||||
|
|
Loading…
Reference in a new issue