mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-forestplot: Update to 3.1.1.
* gnu/packages/cran.scm (r-forestplot): Update to 3.1.1.
This commit is contained in:
parent
c6b2b5fb57
commit
55743b0ee9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue