aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-12-11 22:55:09 +0100
committerMarius Bakke <mbakke@fastmail.com>2018-12-11 22:55:09 +0100
commit9abbfd3ca6025a9142c53de6247a82864b3bf643 (patch)
treea373379db1e0c9e561eccf4f590d369bbf4cef0f
parent2b4a4e8e47f5cd5cdb5e8cadc7a4fc4b9d15e719 (diff)
downloadguix-9abbfd3ca6025a9142c53de6247a82864b3bf643.tar
guix-9abbfd3ca6025a9142c53de6247a82864b3bf643.tar.gz
gnu: perl: Update to 5.28.1.
* gnu/packages/perl.scm (perl): Update to 5.28.1.
-rw-r--r--gnu/packages/perl.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 8c854e88df..4dcc4bea66 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -62,14 +62,14 @@
;; Yeah, Perl... It is required early in the bootstrap process by Linux.
(package
(name "perl")
- (version "5.28.0")
+ (version "5.28.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cpan/src/5.0/perl-"
version ".tar.gz"))
(sha256
(base32
- "1a3f822lcl8dr8v0hk80yyhpzqlljg49z9flb48rs3nbsij9z4ky"))
+ "0iy3as4hnbjfyws4in3j9d6zhhjxgl5m95i5n9jy2bnzcpz8bgry"))
(patches (search-patches
"perl-no-sys-dirs.patch"
"perl-autosplit-default-time.patch"