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 b45e6133f0 gnu: yt-dlp: Update to 2026.01.29.
b45e6133f0 is described below

commit b45e6133f025ad53d0870c5f9495834ed6d2c986
Author: Timo Wilken <[email protected]>
AuthorDate: Fri Jan 30 16:00:54 2026 +0100

    gnu: yt-dlp: Update to 2026.01.29.
    
    The snippet about Python 3.13 doesn't seem to be needed; it was introduced 
in
    commit 47b792658ee232b6d59a14fcf43d0309cb0d5000 without explanation. 
Upstream
    now also declares 3.14 in pyproject.toml.
    
    * gnu/packages/video.scm (yt-dlp): Update to 2026.01.29.
      [source]: Remove unneeded snippet.
    
    Change-Id: Ie5fba51343584ec6cd9e250ad5b8b829005ccb8e
---
 gnu/packages/video.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 6c9d537b97..4103d9f475 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3264,9 +3264,6 @@ video streaming services of the Finnish national 
broadcasting company Yle.")
              (url "https://github.com/yt-dlp/yt-dlp/";)
              (commit version)))
        (file-name (git-file-name name version))
-       (modules '((guix build utils)))
-       (snippet #~(substitute* "pyproject.toml"
-                    (("^.*Programming Language :: Python :: 3\\.13.*$") "")))
        (sha256
         (base32 "095lk2zc8syra8s1156m4qywbfm1zhmg4wkddn198058avpwn3wz"))))
     (build-system pyproject-build-system)

Reply via email to