This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 80f015860f gnu: perl-data-printer: Update to 1.002001.
80f015860f is described below

commit 80f015860f97436607a96e7c81b3a897a0e3aab3
Author: Jussi Timperi <[email protected]>
AuthorDate: Fri Oct 24 14:02:39 2025 +0300

    gnu: perl-data-printer: Update to 1.002001.
    
    * gnu/packages/perl.scm (perl-data-printer): Update to 1.002001.
    [propagated-inputs]: Remove field.
    [native-inputs]: Add perl-capture-tiny.
    
    Change-Id: I67b9883a43eb31647163c038514e435aa975234c
    Signed-off-by: jgart <[email protected]>
---
 gnu/packages/perl.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index cda9858777..c959541597 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -3203,7 +3203,7 @@ The maths behind this is unfortunately fiddly, hence this 
module.")
 (define-public perl-data-printer
   (package
     (name "perl-data-printer")
-    (version "0.40")
+    (version "1.002001")
     (source
      (origin
        (method url-fetch)
@@ -3211,11 +3211,9 @@ The maths behind this is unfortunately fiddly, hence 
this module.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "0njjh8zp5afc4602jrnmg89icj7gfsil6i955ypcqxc2gl830sb0"))))
+         "0x1vdydmj0yp681w0f2nkdxv2h4wa2py002af88clppqxlljsacn"))))
     (build-system perl-build-system)
-    (propagated-inputs
-     (list perl-clone-pp perl-file-homedir perl-package-stash
-           perl-sort-naturally))
+    (native-inputs (list perl-capture-tiny))
     (home-page "https://metacpan.org/release/Data-Printer";)
     (synopsis "Colored pretty-print of Perl data structures and objects")
     (description "Display Perl variables and objects on screen, properly

Reply via email to