diff options
author | Mark H Weaver <mhw@netris.org> | 2016-01-12 13:10:05 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-01-12 13:10:05 -0500 |
commit | ce3ac6670c211779127ca4995a6c7e9511df1156 (patch) | |
tree | 44d01f036c18d20658eef66d9b2bac6ec471f2a8 /gnu | |
parent | 65e84e317633ce3126d87d4dc731a119aaaebf70 (diff) | |
download | guix-ce3ac6670c211779127ca4995a6c7e9511df1156.tar guix-ce3ac6670c211779127ca4995a6c7e9511df1156.tar.gz |
gnu: perl: Update to 5.22.1.
* gnu/packages/perl.scm (perl): Update to 5.22.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/perl.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index df0a3152a9..86a979f9fc 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -4,6 +4,7 @@ ;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2015 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2015 Eric Dvorsak <eric@dvorsak.fr> +;;; Copyright © 2016 Mark H Weaver <mhw@netris.org> ;;; ;;; This file is part of GNU Guix. ;;; @@ -37,14 +38,14 @@ ;; Yeah, Perl... It is required early in the bootstrap process by Linux. (package (name "perl") - (version "5.22.0") + (version "5.22.1") (source (origin (method url-fetch) (uri (string-append "http://www.cpan.org/src/5.0/perl-" version ".tar.gz")) (sha256 (base32 - "0g5bl8sdpzx9gx2g5jq3py4bj07z2ylk7s1qn0fvsss2yl3hhs8c")) + "09wg24w5syyafyv87l6z8pxwz4bjgcdj996bx5844k6m9445sirb")) (patches (map search-patch '("perl-no-sys-dirs.patch" "perl-autosplit-default-time.patch" |