mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: perl-pod-simple: Update to 3.42.
* gnu/packages/perl.scm (perl-pod-simple): Update to 3.42.
This commit is contained in:
parent
4c4d1f6952
commit
3e83e8f431
1 changed files with 2 additions and 2 deletions
|
@ -8368,14 +8368,14 @@ (define-public perl-pod-coverage
|
||||||
(define-public perl-pod-simple
|
(define-public perl-pod-simple
|
||||||
(package
|
(package
|
||||||
(name "perl-pod-simple")
|
(name "perl-pod-simple")
|
||||||
(version "3.35")
|
(version "3.42")
|
||||||
(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
|
||||||
"0gg11ibbc02l2aw0bsv4jx0jax8z0apgfy3p5csqnvhlsb6218cr"))))
|
"1icagrjqw1azmff82h17cbrhqgql7rg21gz64mjpiqqq0cpfpz59"))))
|
||||||
(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