gnu: r-admisc: Update to 0.32.
* gnu/packages/cran.scm (r-admisc): Update to 0.32.
This commit is contained in:
parent
5bda35f468
commit
a17674d6c0
1 changed files with 2 additions and 2 deletions
|
@ -16897,13 +16897,13 @@ (define-public r-adimpro
|
||||||
(define-public r-admisc
|
(define-public r-admisc
|
||||||
(package
|
(package
|
||||||
(name "r-admisc")
|
(name "r-admisc")
|
||||||
(version "0.31")
|
(version "0.32")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "admisc" version))
|
(uri (cran-uri "admisc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1splw2brjad3a580nlw73b88snhjw0573a5qyjnj379zr60m0f6v"))))
|
(base32 "1dv5n3hg74wp8nazbxl9mbdkdwpk7z0mibcxfpvdyjgmvfix33nk"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Reference in a new issue