me
/
guix
Archived
1
0
Fork 0

gnu: r-forestplot: Update to 3.1.3.

* gnu/packages/cran.scm (r-forestplot): Update to 3.1.3.
Ricardo Wurmus 2023-08-28 14:21:05 +02:00
parent ae3f9d8a29
commit ef273821ea
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -30045,13 +30045,13 @@ space models and automatic ARIMA modelling.")
(define-public r-forestplot
(package
(name "r-forestplot")
(version "3.1.1")
(version "3.1.3")
(source (origin
(method url-fetch)
(uri (cran-uri "forestplot" version))
(sha256
(base32
"0jf7sl7z963r92l5r2irvnakmbmx554vbprg51smj6qns5a6dfcj"))))
"0jbmhgbf167xi0lxqinf6m4gmh10r582bify1i731k9ywcc7psqk"))))
(properties `((upstream-name . "forestplot")))
(build-system r-build-system)
(propagated-inputs