mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: perl-pod-simple: Update to 3.45.
* gnu/packages/perl.scm (perl-pod-simple): Update to 3.45. Change-Id: I9933661f49f35da2a3b6ca2ff678b20831661826 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
f443f5b0cd
commit
943b38a0c3
1 changed files with 2 additions and 2 deletions
|
@ -9032,14 +9032,14 @@ (define-public perl-pod-parser
|
||||||
(define-public perl-pod-simple
|
(define-public perl-pod-simple
|
||||||
(package
|
(package
|
||||||
(name "perl-pod-simple")
|
(name "perl-pod-simple")
|
||||||
(version "3.42")
|
(version "3.45")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/K/KH/KHW/"
|
(uri (string-append "mirror://cpan/authors/id/K/KH/KHW/"
|
||||||
"Pod-Simple-" version ".tar.gz"))
|
"Pod-Simple-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1icagrjqw1azmff82h17cbrhqgql7rg21gz64mjpiqqq0cpfpz59"))))
|
"1yhcvg2d001y9q1drgw24ivsyhzqg4vjl2ggdpb0fhryrnavp0w4"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(home-page "https://metacpan.org/release/Pod-Simple")
|
(home-page "https://metacpan.org/release/Pod-Simple")
|
||||||
(synopsis "Parsing library for text in Pod format")
|
(synopsis "Parsing library for text in Pod format")
|
||||||
|
|
Loading…
Reference in a new issue