guix-commits
[Top][All Lists]
Advanced

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

04/15: gnu: perl: Update to 5.30.2.


From: guix-commits
Subject: 04/15: gnu: perl: Update to 5.30.2.
Date: Thu, 26 Mar 2020 17:40:26 -0400 (EDT)

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

commit daf87c72da94f218740c3822444bb1f96cb74650
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Mar 25 22:00:58 2020 +0100

    gnu: perl: Update to 5.30.2.
    
    * gnu/packages/perl.scm (perl): Update to 5.30.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 211e7f5..b990aba 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -71,14 +71,14 @@
   ;; Yeah, Perl...  It is required early in the bootstrap process by Linux.
   (package
     (name "perl")
-    (version "5.30.1")
+    (version "5.30.2")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://cpan/src/5.0/perl-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "0r7r8a7pkgxp3w5lza559ahxczw6hzpwvhkpc4c99vpi3xbjagdz"))
+               "128nfdxcvxfn5kq55qcfrx2851ys8hv794dcdxbyny8rm7w7vnv6"))
              (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]