guix-commits
[Top][All Lists]
Advanced

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

17/33: gnu: perl: Update to 5.32.1.


From: guix-commits
Subject: 17/33: gnu: perl: Update to 5.32.1.
Date: Sun, 9 May 2021 17:50:12 -0400 (EDT)

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

commit 3f17ee680e433300322e687dd9c0d6e1a3700727
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat May 8 18:26:49 2021 +0200

    gnu: perl: Update to 5.32.1.
    
    * gnu/packages/perl.scm (perl): Update to 5.32.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 2c211d3..fba9906 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -90,14 +90,14 @@
   ;; Yeah, Perl...  It is required early in the bootstrap process by Linux.
   (package
     (name "perl")
-    (version "5.32.0")
+    (version "5.32.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://cpan/src/5.0/perl-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "1d6001cjnpxfv79000bx00vmv2nvdz7wrnyas451j908y7hirszg"))
+               "0b7brakq9xs4vavhg391as50nbhzryc7fy5i65r81bnq3j897dh3"))
              (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]