gnu: r-admisc: Update to 0.24.

* gnu/packages/cran.scm (r-admisc): Update to 0.24.
This commit is contained in:
Ricardo Wurmus 2022-03-12 23:04:26 +01:00
parent 054e06f168
commit 89d0dac10c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -13230,13 +13230,13 @@ (define-public r-adgoftest
(define-public r-admisc (define-public r-admisc
(package (package
(name "r-admisc") (name "r-admisc")
(version "0.23") (version "0.24")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "admisc" version)) (uri (cran-uri "admisc" version))
(sha256 (sha256
(base32 "0md0sygwdglyw7ss0dw6h235n70vpf25npp1q5b5nmb4db0fq80c")))) (base32 "069hgbjbagn91k33c4ghnz5sxjd12qbipdk6l2vha4kgh6dppvmh"))))
(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")