diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-29 23:51:18 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-30 00:25:51 +0100 |
commit | 4ac139631d255c20b4ef3a1d7adc2d05c3467091 (patch) | |
tree | 691f294dc7bc8f5971b4b106f334d362aecc0f8c /gnu/packages/gd.scm | |
parent | df6399e9bd2e9cf2c0e4798ac4e1f40a21e90f77 (diff) |
gnu: perl-gd: Update to 2.73.
* gnu/packages/gd.scm (perl-gd): Update to 2.73.
Diffstat (limited to 'gnu/packages/gd.scm')
-rw-r--r-- | gnu/packages/gd.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gd.scm b/gnu/packages/gd.scm index 0d632de52c..2923358d8f 100644 --- a/gnu/packages/gd.scm +++ b/gnu/packages/gd.scm @@ -94,14 +94,14 @@ most common applications of GD involve website development.") (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) |