mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: perl-carp-clan: Update to 6.06.
* gnu/packages/perl.scm (perl-carp-clan): Update to 6.06. [source]: Update URL.
This commit is contained in:
parent
bf200cb684
commit
7e441facb4
1 changed files with 3 additions and 3 deletions
|
@ -689,15 +689,15 @@ (define-public perl-carp-assert-more
|
||||||
(define-public perl-carp-clan
|
(define-public perl-carp-clan
|
||||||
(package
|
(package
|
||||||
(name "perl-carp-clan")
|
(name "perl-carp-clan")
|
||||||
(version "6.04")
|
(version "6.06")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/S/ST/STBEY/"
|
(uri (string-append "mirror://cpan/authors/id/K/KE/KENTNL/"
|
||||||
"Carp-Clan-" version ".tar.gz"))
|
"Carp-Clan-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1v71k8s1pi16l5y579gnrg372c6pdvy6qqm6iddm8h1dx7n16bjl"))))
|
"1m6902n6s627nsvyn2vyrk29q7lh6808hsdk7ka5cirm27vchjpa"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl-test-exception" ,perl-test-exception)))
|
`(("perl-test-exception" ,perl-test-exception)))
|
||||||
|
|
Loading…
Reference in a new issue