diff mbox series

[bug#67902,v4,98/98] gnu: php-symfony-error-handler: Update to 6.2.13.

Message ID 20241007214530.4420-98-ngraves@ngraves.fr
State New
Headers show
Series [bug#67902,v4,01/98] gnu: Add abnfgen. | expand

Commit Message

Nicolas Graves Oct. 7, 2024, 9:45 p.m. UTC
* gnu/packages/php-xyz.scm (php-symfony-error-handler): Update to 6.2.13.
---
 gnu/packages/php-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index fdc27f8ca4..790c8846a7 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -1621,7 +1621,7 @@  (define-public php-symfony-deprecation-contracts
 (define-public php-symfony-error-handler
   (package
     (name "php-symfony-error-handler")
-    (version "6.0.19")
+    (version "6.2.13")
     (source
      (origin
        (method git-fetch)
@@ -1630,7 +1630,7 @@  (define-public php-symfony-error-handler
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1vvpmx5v6b22ip44vs3lgyxk0m5cfwkgdpd8rfpp6lbh61ildcph"))))
+        (base32 "0w0rdg8k4aa3zxy2wya9750mw84jwiqcnsas2b6cicnd55drf3s9"))))
     (build-system composer-build-system)
     (inputs
      (list php-psr-log php-symfony-var-dumper))