guix-commits
[Top][All Lists]
Advanced

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

08/10: gnu: perl: Update to 5.28.2.


From: guix-commits
Subject: 08/10: gnu: perl: Update to 5.28.2.
Date: Sat, 4 May 2019 10:56:15 -0400 (EDT)

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

commit ae528aaf19f3828d3d7d204b15570800e1bbf100
Author: Marius Bakke <address@hidden>
Date:   Thu May 2 14:01:04 2019 +0200

    gnu: perl: Update to 5.28.2.
    
    * gnu/packages/perl.scm (perl): Update to 5.28.2.
---
 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 58d6da2..8f953cf 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -65,14 +65,14 @@
   ;; Yeah, Perl...  It is required early in the bootstrap process by Linux.
   (package
     (name "perl")
-    (version "5.28.1")
+    (version "5.28.2")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://cpan/src/5.0/perl-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "0iy3as4hnbjfyws4in3j9d6zhhjxgl5m95i5n9jy2bnzcpz8bgry"))
+               "1iynpsxdym4h76kgndmn3ykvwxhqz444xvaz8z2irsxkvmnlb5da"))
              (patches (search-patches
                        "perl-no-sys-dirs.patch"
                        "perl-autosplit-default-time.patch"



reply via email to

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