gnu: r-gridgraphics: Update to 0.4-1.

* gnu/packages/cran.scm (r-gridgraphics): Update to 0.4-1.
master
Ricardo Wurmus 2019-05-20 15:08:02 +02:00
parent a8a465e816
commit b985cc3518
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -13320,14 +13320,14 @@ yeast.")
(define-public r-gridgraphics
(package
(name "r-gridgraphics")
(version "0.4-0")
(version "0.4-1")
(source
(origin
(method url-fetch)
(uri (cran-uri "gridGraphics" version))
(sha256
(base32
"1dwws704jw2yhcdihyynh06jq0a2bnq9gy3z41yqr2i8vmxkwlfi"))))
"1kr3p54bkv2q7agxrva30y9bkwkiq1k2cfl5z1kvyjv6f5xi4w5p"))))
(properties `((upstream-name . "gridGraphics")))
(build-system r-build-system)
(home-page "https://github.com/pmur002/gridgraphics")