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 58e2d9ad56 gnu: tidyall: Update to 0.85 and fix tests.
58e2d9ad56 is described below

commit 58e2d9ad5695f0afe3b889a105641c8315751e61
Author: Andreas Enge <[email protected]>
AuthorDate: Sun Mar 15 14:20:19 2026 +0100

    gnu: tidyall: Update to 0.85 and fix tests.
    
    * gnu/packages/check.scm (tidyall): Update to 0.85.
    [native-inputs]: Remove php; add php-8.4.
    
    Fixes: guix/guix#7143
    Change-Id: I2d8c1d29bf20231fad42ad85846c94f03a87e5e8
---
 gnu/packages/check.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 7b8a4112ee..7120ec163c 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -3283,7 +3283,7 @@ tests.  The output format is JSON.")
 (define-public tidyall
   (package
     (name "tidyall")
-    (version "0.84")
+    (version "0.85")
     (source
      (origin
        (method url-fetch)
@@ -3291,7 +3291,7 @@ tests.  The output format is JSON.")
              "mirror://cpan/authors/id/D/DR/DROLSKY/Code-TidyAll-" version
              ".tar.gz"))
        (sha256
-        (base32 "1xxil8yfbd4nizwaaris07sp441nhx3ixr4qj13l1x6pxphi9h5k"))))
+        (base32 "1hb3xf07my3szlj5z8my95wcbzv0g17q9dsv7kajc1537g6xc0mr"))))
     (build-system perl-build-system)
     (arguments
      (list
@@ -3310,7 +3310,7 @@ tests.  The output format is JSON.")
                          perl-test-fatal
                          perl-test-warnings
                          perl-lib-relative
-                         php))
+                         php-8.4))
     (inputs (list bash-minimal))
     (propagated-inputs (list perl-capture-tiny
                              perl-config-ini

Reply via email to