gnu: guile-png: Update to 0.5.0.

* gnu/packages/guile-xyz.scm (guile-png): Update to 0.5.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Artyom V. Poptsov 2023-05-29 00:50:33 +03:00 committed by Christopher Baines
parent f30f8ecc69
commit e8eb389594
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -3843,7 +3843,7 @@ (define-public guile-jtd
(define-public guile-png
(package
(name "guile-png")
(version "0.4.1")
(version "0.5.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -3852,7 +3852,7 @@ (define-public guile-png
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"1vkhv0dip0na6d9g478i587n5y6046vn5rsjmfnbibi9yx4rkrf8"))))
"0dnahq05mwxzbsqb0qjkyysylc54qr8l5839zyc4sanl2syzhvwk"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags '("GUILE_AUTO_COMPILE=0"))) ;to prevent guild warnings