mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: perl-modern-perl: Update to 1.20200211.
* gnu/packages/perl.scm (perl-modern-perl): Update to 1.20200211.
This commit is contained in:
parent
43c156ea72
commit
46917a9ebc
1 changed files with 2 additions and 2 deletions
|
@ -6327,7 +6327,7 @@ (define-public perl-mixin-linewise
|
||||||
(define-public perl-modern-perl
|
(define-public perl-modern-perl
|
||||||
(package
|
(package
|
||||||
(name "perl-modern-perl")
|
(name "perl-modern-perl")
|
||||||
(version "1.20181021")
|
(version "1.20200211")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -6335,7 +6335,7 @@ (define-public perl-modern-perl
|
||||||
"mirror://cpan/authors/id/C/CH/CHROMATIC/Modern-Perl-"
|
"mirror://cpan/authors/id/C/CH/CHROMATIC/Modern-Perl-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1if9jbh66z2vm4wwnky41ljnhdlwrh7vzl6pd3w60v3wix92nj0x"))))
|
(base32 "1064k29aavabxj8m20b65rxk7qa3mjmzgmrikvdrxasgx378676s"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl-module-build" ,perl-module-build)))
|
`(("perl-module-build" ,perl-module-build)))
|
||||||
|
|
Loading…
Reference in a new issue