gnu: r-admisc: Update to 0.34.

* gnu/packages/cran.scm (r-admisc): Update to 0.34.

Change-Id: Ib457dbb7dd2c4f0ce8ef6bd13444164d2a10813d
This commit is contained in:
Ricardo Wurmus 2023-12-15 12:16:56 +01:00
parent 8a81f7c737
commit 93e4dca8fd
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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