gnu: perl-config-general: Update to 2.63.
* gnu/packages/perl.scm (perl-config-general): Update to 2.63.
This commit is contained in:
parent
fa079bea32
commit
9f5edca6da
1 changed files with 2 additions and 3 deletions
|
@ -1419,15 +1419,14 @@ opportunities to Perl developers as GNU Autoconf does for Shell developers.")
|
||||||
(define-public perl-config-general
|
(define-public perl-config-general
|
||||||
(package
|
(package
|
||||||
(name "perl-config-general")
|
(name "perl-config-general")
|
||||||
(version "2.56")
|
(version "2.63")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/T/TL/TLINDEN/"
|
(uri (string-append "mirror://cpan/authors/id/T/TL/TLINDEN/"
|
||||||
"Config-General-" version ".tar.gz"))
|
"Config-General-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1bbg3wp0xcpj04cmm86j1x0j5968jqi5s2c87qs7dgmap1vzk6qa"))))
|
||||||
"0szxxaihz71pr0r2jp9wvbrfc3hrsxi9xrd9vnyrxlrax8sci5h9"))))
|
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(home-page "https://metacpan.org/release/Config-General")
|
(home-page "https://metacpan.org/release/Config-General")
|
||||||
(synopsis "Generic Config Module")
|
(synopsis "Generic Config Module")
|
||||||
|
|
Reference in a new issue