me
/
guix
Archived
1
0
Fork 0

gnu: r-rstpm2: Update to 1.6.2.

* gnu/packages/cran.scm (r-rstpm2): Update to 1.6.2.
master
Ricardo Wurmus 2023-03-19 14:44:18 +01:00
parent 17b68a4ac5
commit 4235e02dd9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3527,14 +3527,14 @@ rules and utility functions for adaptive GH quadrature.")
(define-public r-rstpm2
(package
(name "r-rstpm2")
(version "1.5.9")
(version "1.6.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "rstpm2" version))
(sha256
(base32
"1zl7z1l19s960mrhlzvpga07kzqfrhhq7qlkgln4wj0gcmhicyc6"))))
"1qxd1ffim2nsa16jqnxbq2imhicdhc3z7b55wz549zybdv2whkh6"))))
(properties `((upstream-name . "rstpm2")))
(build-system r-build-system)
(propagated-inputs