gnu: r-admisc: Update to 0.23.
* gnu/packages/cran.scm (r-admisc): Update to 0.23.
This commit is contained in:
parent
ab5a77c892
commit
469e86f368
1 changed files with 2 additions and 2 deletions
|
@ -12789,13 +12789,13 @@ Anderson-Darling Distribution\".")
|
||||||
(define-public r-admisc
|
(define-public r-admisc
|
||||||
(package
|
(package
|
||||||
(name "r-admisc")
|
(name "r-admisc")
|
||||||
(version "0.22")
|
(version "0.23")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "admisc" version))
|
(uri (cran-uri "admisc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1jwz9z3brq4lbnqrkxx40vrn47rknkkj4xfv2gi8kmf1mzc5aqcd"))))
|
(base32 "0md0sygwdglyw7ss0dw6h235n70vpf25npp1q5b5nmb4db0fq80c"))))
|
||||||
(properties `((upstream-name . "admisc")))
|
(properties `((upstream-name . "admisc")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://github.com/dusadrian/admisc")
|
(home-page "https://github.com/dusadrian/admisc")
|
||||||
|
|
Reference in a new issue