mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-png: Update to 0.1-8.
* gnu/packages/cran.scm (r-png): Update to 0.1-8.
This commit is contained in:
parent
63a0be9f45
commit
218e78e4a3
1 changed files with 2 additions and 2 deletions
|
@ -20408,13 +20408,13 @@ (define-public r-mpm
|
|||
(define-public r-png
|
||||
(package
|
||||
(name "r-png")
|
||||
(version "0.1-7")
|
||||
(version "0.1-8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "png" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0g2mcp55lvvpx4kd3mn225mpbxqcq73wy5qx8b4lyf04iybgysg2"))))
|
||||
"077nca3x0l6mq2g6izknzcn994bqs3nfqk7wscrjbfk2dnxzldjs"))))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
(list libpng zlib))
|
||||
|
|
Loading…
Reference in a new issue