gnu: perl: Update to 5.30.1.

* gnu/packages/perl.scm (perl): Update to 5.30.1.
This commit is contained in:
Marius Bakke 2019-11-30 03:17:18 +01:00
parent 2874a33d71
commit c218e03362
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -67,14 +67,14 @@ (define-public perl
;; Yeah, Perl... It is required early in the bootstrap process by Linux.
(package
(name "perl")
(version "5.30.0")
(version "5.30.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cpan/src/5.0/perl-"
version ".tar.gz"))
(sha256
(base32
"1wkmz6xn3fswpqhz29akiklcxclnlykhp96a8bqcz36rak3i64l5"))
"0r7r8a7pkgxp3w5lza559ahxczw6hzpwvhkpc4c99vpi3xbjagdz"))
(patches (search-patches
"perl-no-sys-dirs.patch"
"perl-autosplit-default-time.patch"