guix_mirror_bot pushed a commit to branch ungraft
in repository guix.

commit 0ac4cdebec240715a0d516aeb2326f224b97ab76
Author: Andreas Enge <[email protected]>
AuthorDate: Sat Dec 13 21:41:07 2025 +0100

    gnu: python-beautifulsoup4: Update to 4.14.3.
    
    * gnu/packages/python-xyz.scm (python-beautifulsoup4): Update to 4.14.3.
    
    Change-Id: Ic5359b0a3cf0c2d2950badc0b8fff657fbf23824
    Signed-off-by: Rutherther <[email protected]>
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a0dcadb7dc..2657a81d92 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15193,14 +15193,14 @@ the GObject Introspection bindings to libnotify for 
non-GTK applications.")
 (define-public python-beautifulsoup4
   (package
     (name "python-beautifulsoup4")
-    (version "4.13.5")
+    (version "4.14.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "beautifulsoup4" version))
        (sha256
         (base32
-         "159niwk99m9lbcxb9sl6jfqy9mb39bss4l1lwcypq3lkh89i6w2y"))))
+         "11pvlxgxxn8bcgfsbbfrb9b9jw3ma7qggycycsx6ndbd332v34k2"))))
     (build-system pyproject-build-system)
     (native-inputs
      (list python-hatchling

Reply via email to