mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-gridgraphics: Update to 0.5-0.
* gnu/packages/cran.scm (r-gridgraphics): Update to 0.5-0.
This commit is contained in:
parent
851e576213
commit
cd4a4eafcc
1 changed files with 2 additions and 2 deletions
|
@ -14028,14 +14028,14 @@ (define-public r-msigdbr
|
|||
(define-public r-gridgraphics
|
||||
(package
|
||||
(name "r-gridgraphics")
|
||||
(version "0.4-1")
|
||||
(version "0.5-0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "gridGraphics" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1kr3p54bkv2q7agxrva30y9bkwkiq1k2cfl5z1kvyjv6f5xi4w5p"))))
|
||||
"0rlyc3xk8kfrfzbfd8n4javq3yxqd7lsfmi4q5n6s61srnrl6c1r"))))
|
||||
(properties `((upstream-name . "gridGraphics")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/pmur002/gridgraphics")
|
||||
|
|
Loading…
Reference in a new issue