guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 1d22a7f2be711adc654c53eb4f9fd1fa0cca2141
Author: gemmaro <[email protected]>
AuthorDate: Sat Aug 15 02:20:49 2026 +0000

    gnu: perl-html-parser: Update to 3.85 [security-fixes].
    
    This version contains a fix for CVE-2026-8829.
    
    * gnu/packages/web.scm (perl-html-parser): Update to 3.85.
      [inputs]: Move perl-html-tagset and perl-http-message from here...
      [propagated-inputs]: ...to here.  Add perl-uri.
    
    Merges: https://codeberg.org/guix/guix/pulls/10568
    Signed-off-by: Nguyễn Gia Phong <[email protected]>
---
 gnu/packages/web.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index fbceba8b31..029c9ad9b1 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4395,18 +4395,19 @@ representing, creating, and extracting information from 
HTML syntax trees.")
 (define-public perl-html-parser
   (package
     (name "perl-html-parser")
-    (version "3.72")
+    (version "3.85")
     (source (origin
              (method url-fetch)
              (uri (string-append
-                   "mirror://cpan/authors/id/G/GA/GAAS/HTML-Parser-"
+                   "mirror://cpan/authors/id/O/OA/OALDERS/HTML-Parser-"
                    version ".tar.gz"))
              (sha256
               (base32
-               "12v05ywlnsi9lc17z32k9jxx3sj1viy7y1wpl7n4az76v7hwfa7c"))))
+               "0w8cisygx7mg8sdyara47rl5y1l075n29gjpmpq1q907prmblhpx"))))
     (build-system perl-build-system)
-    (inputs
-     (list perl-html-tagset perl-http-message))
+    (propagated-inputs (list perl-html-tagset
+                             perl-http-message ;for HTTP::Headers
+                             perl-uri))
     (license license:perl-license)
     (synopsis "Perl HTML parser class")
     (description

Reply via email to