gnu: r-parameters: Update to 0.22.1.

* gnu/packages/cran.scm (r-parameters): Update to 0.22.1.

Change-Id: If0ee7541ab994008bdcd25a65264a4256c12a6b9
This commit is contained in:
Ricardo Wurmus 2024-08-16 18:36:12 +02:00
parent 93b8bc6ef9
commit 73220acde6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -28343,14 +28343,14 @@ (define-public r-assertr
(define-public r-parameters
(package
(name "r-parameters")
(version "0.22.0")
(version "0.22.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "parameters" version))
(sha256
(base32
"19g3sfmvvrarkgyl5p278fcpmybvsih8ancfbhp53w0gm80629z8"))))
"0axyl6iwa0x6yk340g5943v1d1q023z63smxf0j6033mdikf3xm4"))))
(properties `((upstream-name . "parameters")))
(build-system r-build-system)
(propagated-inputs