guix_mirror_bot pushed a commit to branch core-packages-team
in repository guix.

commit 4586509ada5f8c1dd72645571c920667ad2abac8
Author: Yelninei <[email protected]>
AuthorDate: Tue Sep 8 08:38:31 2026 +0000

    gnu: perl-cross: Update to 1.6.5.
    
    * gnu/packages/perl.scm (perl)[native-inputs]: Update perl-cross to 1.6.5.
---
 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 0530f094f55..32925732e92 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -258,7 +258,7 @@
     (native-inputs
      (if (%current-target-system)
          `(("perl-cross"
-            ,(let ((version "1.6"))
+            ,(let ((version "1.6.5"))
                (origin
                  (method git-fetch)
                  (uri (git-reference
@@ -267,7 +267,7 @@
                  (file-name (git-file-name "perl-cross" version))
                  (sha256
                   (base32
-                   "0s06lkx5b79r9cn6pm5p6d4jbdjq7wg7rjr75nw5xdhw1z3wnl2d"))))))
+                   "1id4ww6701q51yhxl8r314dsxd84s83rhlbi4xz7wp82kja0yr32"))))))
          '()))
     (native-search-paths (list (search-path-specification
                                 (variable "PERL5LIB")

Reply via email to