diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-05-23 18:14:01 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-05-25 00:47:53 +0200 |
commit | a3e53041b87932e2a44b109d7f28cc331bc5021b (patch) | |
tree | 9690675fd2f156c0491e532fdda9bdf04085639e /gnu/packages/perl.scm | |
parent | 1b4c3faff4a412e8478184bc7b41fa23c78c4320 (diff) | |
download | patches-a3e53041b87932e2a44b109d7f28cc331bc5021b.tar patches-a3e53041b87932e2a44b109d7f28cc331bc5021b.tar.gz |
gnu: perl: Update to 5.30.0.
* gnu/packages/patches/perl-no-sys-dirs.patch: Adjust Errno.h hunk.
* gnu/packages/perl.scm (perl): Update to 5.30.0.
Diffstat (limited to 'gnu/packages/perl.scm')
-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 9ec802472a..8ae7558e7d 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -65,14 +65,14 @@ ;; Yeah, Perl... It is required early in the bootstrap process by Linux. (package (name "perl") - (version "5.28.2") + (version "5.30.0") (source (origin (method url-fetch) (uri (string-append "mirror://cpan/src/5.0/perl-" version ".tar.gz")) (sha256 (base32 - "1iynpsxdym4h76kgndmn3ykvwxhqz444xvaz8z2irsxkvmnlb5da")) + "1wkmz6xn3fswpqhz29akiklcxclnlykhp96a8bqcz36rak3i64l5")) (patches (search-patches "perl-no-sys-dirs.patch" "perl-autosplit-default-time.patch" |