mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: perl-svg: Update to 2.86.
* gnu/packages/perl.scm (perl-svg): Update to 2.86.
This commit is contained in:
parent
956cc1a819
commit
d3ab3b276a
1 changed files with 2 additions and 2 deletions
|
@ -9424,14 +9424,14 @@ (define-public perl-super
|
|||
(define-public perl-svg
|
||||
(package
|
||||
(name "perl-svg")
|
||||
(version "2.84")
|
||||
(version "2.86")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/M/MA/MANWAR/SVG-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1br8dwh2363s6r0qgy7vv30gv5kj456vj5m6x83savx4wzfnsggc"))))
|
||||
(base32 "0yx661fznk70lgxl87rdl9fsswr6pd1d7wzrh0136b5vhrpypikj"))))
|
||||
(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