gnu: r-forestplot: Update to 3.1.1.

* gnu/packages/cran.scm (r-forestplot): Update to 3.1.1.
This commit is contained in:
Ricardo Wurmus 2022-12-19 17:07:26 +01:00
parent c6b2b5fb57
commit 55743b0ee9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -26629,13 +26629,13 @@ (define-public r-forecast
(define-public r-forestplot
(package
(name "r-forestplot")
(version "3.1.0")
(version "3.1.1")
(source (origin
(method url-fetch)
(uri (cran-uri "forestplot" version))
(sha256
(base32
"0xk30mpb87sab2afnk2j474qjjf4j6x1ifh9j5n7w690f481iqqb"))))
"0jf7sl7z963r92l5r2irvnakmbmx554vbprg51smj6qns5a6dfcj"))))
(properties `((upstream-name . "forestplot")))
(build-system r-build-system)
(propagated-inputs