gnu: perl-gd: Update to 2.69.

* gnu/packages/gd.scm (perl-gd): Update to 2.69.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-29 02:52:47 +02:00
parent 33eea5c439
commit ad3306f62f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -94,7 +94,7 @@ most common applications of GD involve website development.")
(define-public perl-gd (define-public perl-gd
(package (package
(name "perl-gd") (name "perl-gd")
(version "2.68") (version "2.69")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -102,7 +102,7 @@ most common applications of GD involve website development.")
"GD-" version ".tar.gz")) "GD-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0p2ya641nl5cvcqgw829xgabh835qijfd6vq2ba12862946xx8va")))) "0palmq7l42fibqxhrabnjm7di4q8kciq9323902d717x3i4jvc6x"))))
(build-system perl-build-system) (build-system perl-build-system)
(inputs (inputs
`(("fontconfig" ,fontconfig) `(("fontconfig" ,fontconfig)