gnu: r-admisc: Update to 0.33.

* gnu/packages/cran.scm (r-admisc): Update to 0.33.
This commit is contained in:
Ricardo Wurmus 2023-07-11 15:35:26 +02:00
parent 04e54c155d
commit e6802a6816
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -17184,13 +17184,13 @@ (define-public r-adimpro
(define-public r-admisc
(package
(name "r-admisc")
(version "0.32")
(version "0.33")
(source
(origin
(method url-fetch)
(uri (cran-uri "admisc" version))
(sha256
(base32 "1dv5n3hg74wp8nazbxl9mbdkdwpk7z0mibcxfpvdyjgmvfix33nk"))))
(base32 "1anvh581jh1mw3yhpbm2dyihs9npi9gd0isgkphw5gr64fivw49r"))))
(properties `((upstream-name . "admisc")))
(build-system r-build-system)
(home-page "https://github.com/dusadrian/admisc")