gnu: perl-gd: Update to 2.73.

* gnu/packages/gd.scm (perl-gd): Update to 2.73.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-29 23:51:18 +01:00
parent df6399e9bd
commit 4ac139631d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -94,14 +94,14 @@ (define-public gd
(define-public perl-gd
(package
(name "perl-gd")
(version "2.72")
(version "2.73")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/R/RU/RURBAN/"
"GD-" version ".tar.gz"))
(sha256
(base32 "014ik1rng6cnjfgdarkyy5m6wl4pdzc2b445m27krfn3zh9hgl31"))))
(base32 "0arjpa8id6k5yjxfq0j2hsinhhjzjch5lwk6gscf48l54drrw729"))))
(build-system perl-build-system)
(inputs
`(("fontconfig" ,fontconfig)