me
/
guix
Archived
1
0
Fork 0

gnu: r-png: Update to 0.1-8.

* gnu/packages/cran.scm (r-png): Update to 0.1-8.
Ricardo Wurmus 2022-11-29 15:22:19 +01:00
parent 63a0be9f45
commit 218e78e4a3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -20408,13 +20408,13 @@ analysis.")
(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))