mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01: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
|
(define-public r-png
|
||||||
(package
|
(package
|
||||||
(name "r-png")
|
(name "r-png")
|
||||||
(version "0.1-7")
|
(version "0.1-8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "png" version))
|
(uri (cran-uri "png" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0g2mcp55lvvpx4kd3mn225mpbxqcq73wy5qx8b4lyf04iybgysg2"))))
|
"077nca3x0l6mq2g6izknzcn994bqs3nfqk7wscrjbfk2dnxzldjs"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list libpng zlib))
|
(list libpng zlib))
|
||||||
|
|
Loading…
Reference in a new issue