diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-11-30 03:17:18 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-12-05 17:59:00 +0100 |
commit | c218e03362ebddca17d1797c5d4c0b18d634bded (patch) | |
tree | ba9098d8433f4e06eef4815844052fb7ced3daa6 | |
parent | 2874a33d712b92d172e6e70a1fbd2e0fe65bcdf4 (diff) | |
download | guix-c218e03362ebddca17d1797c5d4c0b18d634bded.tar.gz |
gnu: perl: Update to 5.30.1.
* gnu/packages/perl.scm (perl): Update to 5.30.1.
-rw-r--r-- | gnu/packages/perl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 86bbeabf86..89254de339 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -67,14 +67,14 @@ ;; 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" |