mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: perl-svg: Update to 2.84.
* gnu/packages/perl.scm (perl-svg): Update to 2.84.
This commit is contained in:
parent
ba1eadaff6
commit
4830328044
1 changed files with 2 additions and 3 deletions
|
@ -7818,15 +7818,14 @@ (define-public perl-super
|
|||
(define-public perl-svg
|
||||
(package
|
||||
(name "perl-svg")
|
||||
(version "2.63")
|
||||
(version "2.84")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/S/SZ/SZABGAB/SVG-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"12cbncsfxbwg1w3p1qmymfbqdb22kmyajxzdnxnxbq5xjl6yncha"))))
|
||||
(base32 "1br8dwh2363s6r0qgy7vv30gv5kj456vj5m6x83savx4wzfnsggc"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "https://metacpan.org/release/SVG")
|
||||
(synopsis "Perl extension for generating SVG documents")
|
||||
|
|
Loading…
Reference in a new issue