mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-30 05:51:19 +02:00
gnu: r-png: Update to 0.1-9.
* gnu/packages/cran.scm (r-png): Update to 0.1-9. [native-inputs]: Add pkg-config. Change-Id: Ifdf48142d61baeea03458897079d4116ee199c3f
This commit is contained in:
@@ -40411,16 +40411,17 @@ analysis.")
|
||||
(define-public r-png
|
||||
(package
|
||||
(name "r-png")
|
||||
(version "0.1-8")
|
||||
(version "0.1-9")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "png" version))
|
||||
(sha256
|
||||
(base32
|
||||
"077nca3x0l6mq2g6izknzcn994bqs3nfqk7wscrjbfk2dnxzldjs"))))
|
||||
"12c5jwxi872k14g9mbmn2m0xynkg878lzvjd537p6p3g7hv0518b"))))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
(list libpng zlib))
|
||||
(native-inputs (list pkg-config))
|
||||
(home-page "https://www.rforge.net/png/")
|
||||
(synopsis "Read and write PNG images")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user