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

guix_mirror_bot pushed a commit to branch next-master
in repository guix.

The following commit(s) were added to refs/heads/next-master by this push:
     new 2887ea2e1f gnu: python-internetarchive: Update to 5.7.1.
2887ea2e1f is described below

commit 2887ea2e1fdf35d6ea57fc8305973e3dcdb7ad8e
Author: Foster Hangdaan <[email protected]>
AuthorDate: Thu Jan 22 06:31:11 2026 -0500

    gnu: python-internetarchive: Update to 5.7.1.
    
    * gnu/packages/web.scm (python-internetarchive): Update to 5.7.1.
    
    Change-Id: I23dd2f753873e73b848e55069ed8596b38f36faf
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 809d473f36..3afd990780 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -7509,7 +7509,7 @@ command-line arguments or read from stdin.")
 (define-public python-internetarchive
   (package
     (name "python-internetarchive")
-    (version "5.4.0")
+    (version "5.7.1")
     (source
      (origin
        (method git-fetch)
@@ -7519,7 +7519,7 @@ command-line arguments or read from stdin.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0wfzz22daiax20v0xc2is3i3plk7mcz9m0is52nwdrvx9dazi0nq"))))
+         "0b73xvazhg04nhw0jhnzidq1pymlcimrbyny3drg9fj5a5qyrp28"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to