guix-commits
[Top][All Lists]
Advanced

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

13/62: gnu: perl: Update to 5.36.0.


From: guix-commits
Subject: 13/62: gnu: perl: Update to 5.36.0.
Date: Sun, 26 Jun 2022 06:09:06 -0400 (EDT)

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

commit 6fb1fc5fe649d0ab10e3a24cf07858e396ecbab1
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jun 25 21:08:44 2022 +0200

    gnu: perl: Update to 5.36.0.
    
    * gnu/packages/perl.scm (perl): Update to 5.36.0.
    [native-inputs]: Update "perl-cross" to 1.4.
---
 gnu/packages/perl.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 1f947b48fa..321a3887c7 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -96,14 +96,14 @@
   ;; Yeah, Perl...  It is required early in the bootstrap process by Linux.
   (package
     (name "perl")
-    (version "5.34.0")
+    (version "5.36.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://cpan/src/5.0/perl-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "16mywn5afpv1mczv9dlc1w84rbgjgrr0pyr4c0hhb2wnif0zq7jm"))
+               "02p0ljvxgay5g8s8j1kghdylkj581qx3qlwavlmgd5n3iapqaq72"))
              (patches (search-patches
                        "perl-no-sys-dirs.patch"
                        "perl-autosplit-default-time.patch"
@@ -242,10 +242,10 @@
                (method git-fetch)
                (uri (git-reference
                      (url "https://github.com/arsv/perl-cross";)
-                     (commit "1.3.6")))
-               (file-name (git-file-name "perl-cross" "1.3.6"))
+                     (commit "1.4")))
+               (file-name (git-file-name "perl-cross" "1.4"))
                (sha256
-                (base32 
"0k5vyj40czbkfl7r3dcwxpc7dvdlp2xliaav358bviq3dq9vq9bb")))))
+                (base32 
"1ydjvlhrk06ccyj4bm8by7xk90krsll2k380mc3x1mhfrc7r9gzy")))))
          '()))
     (native-search-paths (list (search-path-specification
                                 (variable "PERL5LIB")



reply via email to

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