[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: perl: Update to 5.24.1.
From: |
Marius Bakke |
Subject: |
02/04: gnu: perl: Update to 5.24.1. |
Date: |
Mon, 3 Apr 2017 09:25:39 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit ab58ec0d95833b0290355a6b827d3871f9ad40ae
Author: Marius Bakke <address@hidden>
Date: Fri Feb 24 12:01:04 2017 +0100
gnu: perl: Update to 5.24.1.
* gnu/packages/perl.scm (perl): Update to 5.24.1.
---
gnu/packages/perl.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 3470121..e513292 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -50,14 +50,14 @@
;; Yeah, Perl... It is required early in the bootstrap process by Linux.
(package
(name "perl")
- (version "5.24.0")
+ (version "5.24.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cpan/src/5.0/perl-"
version ".tar.gz"))
(sha256
(base32
- "00jj8zr8fnihrxxhl8h936ssczv5x86qb618yz1ig40d1rp0qhvy"))
+ "1bqqb5ghfj4486nqr77kgsd8aff6a289jy7n2cdkznwvn34qbhg6"))
(patches (search-patches
"perl-no-sys-dirs.patch"
"perl-autosplit-default-time.patch"