me
/
guix
Archived
1
0
Fork 0

gnu: r-parameters: Update to 0.20.0.

* gnu/packages/cran.scm (r-parameters): Update to 0.20.0.
Ricardo Wurmus 2022-11-29 15:22:22 +01:00
parent b67c41408c
commit a386cb2fa6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -22323,14 +22323,14 @@ in pipelines.")
(define-public r-parameters
(package
(name "r-parameters")
(version "0.19.0")
(version "0.20.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "parameters" version))
(sha256
(base32
"10cl8vgcjncnry6qkkr41yyh8ngxxn81hwqqqix9g7pwpbf3c2mf"))))
"16y92q4h385sqc7xgdcrdmdvw0l8plxxbhcdsnx4gqqgm8di9l9p"))))
(properties `((upstream-name . "parameters")))
(build-system r-build-system)
(propagated-inputs