me
/
guix
Archived
1
0
Fork 0

gnu: r-pmcmrplus: Update to 1.9.6.

* gnu/packages/cran.scm (r-pmcmrplus): Update to 1.9.6.
master
Ricardo Wurmus 2022-09-20 10:53:16 +02:00
parent 07de724b82
commit 1ac8852caa
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -21919,13 +21919,13 @@ to ODEs by numerical differencing.")
(define-public r-pmcmrplus
(package
(name "r-pmcmrplus")
(version "1.9.5")
(version "1.9.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "PMCMRplus" version))
(sha256
(base32 "15xhwq231vgq9q7pk1r4z11wijn4hgdwcly1n9nxxa05w15x9q33"))))
(base32 "1mvj3cwrdkl3frk7fvh6l7v7yya5p3xm4z0qhc4fvykxdmb92ivz"))))
(properties `((upstream-name . "PMCMRplus")))
(build-system r-build-system)
(inputs (list gmp))