me
/
guix
Archived
1
0
Fork 0

gnu: r-parameters: Update to 0.22.0.

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

Change-Id: I04337c742a5bf1a621186bc68b0e5f79cba550c3
master
Ricardo Wurmus 2024-07-02 14:58:45 +02:00
parent 5dfdf84d2a
commit d50089bf6f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -28321,14 +28321,14 @@ in pipelines.")
(define-public r-parameters
(package
(name "r-parameters")
(version "0.21.6")
(version "0.22.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "parameters" version))
(sha256
(base32
"004ld3m9qdq3bwl8qmp3h700kzqlgbmgz739d7fpiqgrs0s2gv83"))))
"19g3sfmvvrarkgyl5p278fcpmybvsih8ancfbhp53w0gm80629z8"))))
(properties `((upstream-name . "parameters")))
(build-system r-build-system)
(propagated-inputs