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

commit 7209cee8b9d168a93ade7e2073cbc2536ba291e6
Author: Yelninei <[email protected]>
AuthorDate: Tue Nov 25 16:59:39 2025 +0000

    gnu: perl-module-build: Update to 0.4234.
    
    * gnu/packages/perl.scm (perl-module-build): Update to 0.4234.
    [propagated-inputs]: Remove perl-cpan-meta.
    
    Change-Id: Ibc245e11e803c2ed68ff0e47727eaec22a614f34
---
 gnu/packages/perl.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 5abc31423e2..0530f094f55 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -14924,7 +14924,7 @@ converting Perl data structures to YAML strings, and 
the other way around.")
 (define-public perl-module-build
   (package
     (name "perl-module-build")
-    (version "0.4231")
+    (version "0.4234")
     (source
      (origin
        (method url-fetch)
@@ -14932,10 +14932,8 @@ converting Perl data structures to YAML strings, and 
the other way around.")
                            "Module-Build-" version ".tar.gz"))
        (sha256
         (base32
-         "05xpn8qg814y49vrih16zfr9iiwb7pmdf57ahjnc2h0p5illq3vy"))))
+         "13var0mmyrsjcsvca998900vsrn791379lzaf7jfb2s14xhsrbk6"))))
     (build-system perl-build-system)
-    (propagated-inputs
-     (list perl-cpan-meta))
     (home-page "https://metacpan.org/release/Module-Build";)
     (synopsis "Build and install Perl modules")
     (description "@code{Module::Build} is a system for building, testing, and

Reply via email to