guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: svtplay-dl: Update to 4.17.


From: guix-commits
Subject: branch master updated: gnu: svtplay-dl: Update to 4.17.
Date: Wed, 28 Dec 2022 20:57:08 -0500

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

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 783b85f643 gnu: svtplay-dl: Update to 4.17.
783b85f643 is described below

commit 783b85f6436fba3bc7155be33da8fdcf16c4877a
Author: Jessica Tallon <tsyesika@tsyesika.se>
AuthorDate: Tue Dec 27 12:45:10 2022 +0100

    gnu: svtplay-dl: Update to 4.17.
    
    * gnu/packages/video.scm (svtplay-dl): Update to 4.17.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 456376d597..41e8ccfb1e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -5637,7 +5637,7 @@ for details on how to change this.")
 (define-public svtplay-dl
   (package
     (name "svtplay-dl")
-    (version "4.14")
+    (version "4.17")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -5646,7 +5646,7 @@ for details on how to change this.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1wdrdszalvhv80m5jizbvjz4jc08acmbpxcsslyfb5cwh842in8m"))))
+                "0yjxmvldskw4pji3lg69pbx05izvxahz9my7z5p31mkiz6v33dmx"))))
     (build-system python-build-system)
     (inputs (list ffmpeg python-pyaml python-requests python-pysocks
                   python-cryptography))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]