diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-29 02:52:47 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-30 04:42:51 +0200 |
commit | ad3306f62fc607fe553fca7c4b01f87a46499e03 (patch) | |
tree | 28c902ef58ddc29714438bcda650fea5e8b82c49 /gnu/packages/gd.scm | |
parent | 33eea5c4393329db159652609605fbb5e6c1ebf0 (diff) | |
download | guix-ad3306f62fc607fe553fca7c4b01f87a46499e03.tar.gz |
gnu: perl-gd: Update to 2.69.
* gnu/packages/gd.scm (perl-gd): Update to 2.69.
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 56553a6745..c374695524 100644 --- a/gnu/packages/gd.scm +++ b/gnu/packages/gd.scm @@ -94,7 +94,7 @@ most common applications of GD involve website development.") (define-public perl-gd (package (name "perl-gd") - (version "2.68") + (version "2.69") (source (origin (method url-fetch) @@ -102,7 +102,7 @@ most common applications of GD involve website development.") "GD-" version ".tar.gz")) (sha256 (base32 - "0p2ya641nl5cvcqgw829xgabh835qijfd6vq2ba12862946xx8va")))) + "0palmq7l42fibqxhrabnjm7di4q8kciq9323902d717x3i4jvc6x")))) (build-system perl-build-system) (inputs `(("fontconfig" ,fontconfig) |