me
/
guix
Archived
1
0
Fork 0

gnu: r-pmcmrplus: Update to 1.9.8.

* gnu/packages/cran.scm (r-pmcmrplus): Update to 1.9.8.

Change-Id: I3b0f7d1cb6742fa119327614ed1cb5afb28b986e
Ricardo Wurmus 2023-10-25 16:57:39 +02:00
parent 530abaa510
commit 0d6bd45ee1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -26499,13 +26499,13 @@ to ODEs by numerical differencing.")
(define-public r-pmcmrplus
(package
(name "r-pmcmrplus")
(version "1.9.7")
(version "1.9.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "PMCMRplus" version))
(sha256
(base32 "06i5vsf8hpzv0c8v156072xbqpxk1wf2iami7mnsjfp9xjjjzbhx"))))
(base32 "1wqx5nikhpjsqnn7lgb2zy949sxmq7n3phlaix70as0zky534scg"))))
(properties `((upstream-name . "PMCMRplus")))
(build-system r-build-system)
(inputs (list gmp))