gnu: perl-svg: Update to 2.84.

* gnu/packages/perl.scm (perl-svg): Update to 2.84.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-23 10:00:06 +01:00
parent ba1eadaff6
commit 4830328044
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -7818,15 +7818,14 @@ support for run-time mix-ins and roles.")
(define-public perl-svg (define-public perl-svg
(package (package
(name "perl-svg") (name "perl-svg")
(version "2.63") (version "2.84")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://cpan/authors/id/S/SZ/SZABGAB/SVG-" (uri (string-append "mirror://cpan/authors/id/S/SZ/SZABGAB/SVG-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "1br8dwh2363s6r0qgy7vv30gv5kj456vj5m6x83savx4wzfnsggc"))))
"12cbncsfxbwg1w3p1qmymfbqdb22kmyajxzdnxnxbq5xjl6yncha"))))
(build-system perl-build-system) (build-system perl-build-system)
(home-page "https://metacpan.org/release/SVG") (home-page "https://metacpan.org/release/SVG")
(synopsis "Perl extension for generating SVG documents") (synopsis "Perl extension for generating SVG documents")