me
/
guix
Archived
1
0
Fork 0

gnu: r-pmcmrplus: Update to 1.9.5.

* gnu/packages/cran.scm (r-pmcmrplus): Update to 1.9.5.
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
1 changed files with 2 additions and 2 deletions

View File

@ -21384,13 +21384,13 @@ to ODEs by numerical differencing.")
(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))