guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: perl: Update to 5.26.1.


From: Marius Bakke
Subject: 01/01: gnu: perl: Update to 5.26.1.
Date: Thu, 5 Oct 2017 14:11:32 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit b955571897192b3437441443cf5622b621145719
Author: Marius Bakke <address@hidden>
Date:   Thu Oct 5 20:07:22 2017 +0200

    gnu: perl: Update to 5.26.1.
    
    * gnu/packages/perl.scm (perl): Update to 5.26.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 09d6798..f0f98b2 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]