diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-10-05 20:07:22 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-10-05 20:08:48 +0200 |
commit | b955571897192b3437441443cf5622b621145719 (patch) | |
tree | 3804802660517aff5f48b95066e25f5dfdf3098a /gnu | |
parent | 172a9b443c2223e5c3de612044e794490538fc07 (diff) | |
download | patches-b955571897192b3437441443cf5622b621145719.tar patches-b955571897192b3437441443cf5622b621145719.tar.gz |
gnu: perl: Update to 5.26.1.
* gnu/packages/perl.scm (perl): Update to 5.26.1.
Diffstat (limited to 'gnu')
-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 09d6798177..f0f98b278a 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -52,14 +52,14 @@ ;; Yeah, Perl... It is required early in the bootstrap process by Linux. (package (name "perl") - (version "5.26.0") + (version "5.26.1") (source (origin (method url-fetch) (uri (string-append "mirror://cpan/src/5.0/perl-" version ".tar.gz")) (sha256 (base32 - "0zxn9hd7mqgq06ikyi6k70ngbvjf01z1paw0jd25byyl0rlwdrzb")) + "1p81wwvr5jb81m41d07kfywk5gvbk0axdrnvhc2aghcdbr4alqz7")) (patches (search-patches "perl-file-path-CVE-2017-6512.patch" "perl-no-sys-dirs.patch" |