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 9a157f30cf gnu: svtplay-dl: Update to 4.173.
9a157f30cf is described below

commit 9a157f30cfcf799157477379ba712ef4b7512ed8
Author: Andreas Enge <[email protected]>
AuthorDate: Sun Mar 1 11:56:56 2026 +0100

    gnu: svtplay-dl: Update to 4.173.
    
    * gnu/packages/video.scm (svtplay-dl): Update to 4.173.
    
    Change-Id: Ie1c1d1b860f5bc164fec572c4ce45b63fe0983c3
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 247919ce53..96c34f3258 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -7184,7 +7184,7 @@ for details on how to change this.")
 (define-public svtplay-dl
   (package
     (name "svtplay-dl")
-    (version "4.167")
+    (version "4.173")
     (source
      (origin
        (method git-fetch)
@@ -7193,7 +7193,7 @@ for details on how to change this.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0blpbg5igaahp9x0z31amcjskd2axv4f9458rs2mnby8ajmyyrw8"))))
+        (base32 "1hz4qbsh46qbknmmmz38i2ag1nqfx74gy4izbk5wlhbxknfmd9kx"))))
     (build-system pyproject-build-system)
     (native-inputs (list python-pytest python-requests-mock python-setuptools))
     (inputs (list ffmpeg python-pyaml python-requests python-pysocks

Reply via email to