gnu: r-pmcmrplus: Update to 1.9.5.

* gnu/packages/cran.scm (r-pmcmrplus): Update to 1.9.5.
This commit is contained in:
Ricardo Wurmus 2022-08-10 12:20:08 +02:00
parent 2f4b947452
commit e2c9780f4c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -21384,13 +21384,13 @@ (define-public r-desolve
(define-public r-pmcmrplus
(package
(name "r-pmcmrplus")
(version "1.9.4")
(version "1.9.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "PMCMRplus" version))
(sha256
(base32 "16m1pdrzjq9vnx5v7zv56mz9r1205rkw92883cxaqbvdpds6dhqy"))))
(base32 "15xhwq231vgq9q7pk1r4z11wijn4hgdwcly1n9nxxa05w15x9q33"))))
(properties `((upstream-name . "PMCMRplus")))
(build-system r-build-system)
(inputs (list gmp))