summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-12-29 09:15:10 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-12-31 13:27:01 +0000
commitb20b339faddca6d4173005fc1e45dac4daaff53a (patch)
treebb5ad3b966981c48e600bb45dc46275fc6e3cdd2 /gnu
parent96ed6b91a131ed9683cbf26db6221d9dfd34b796 (diff)
gnu: svtplay-dl: Update to 4.167.
* gnu/packages/video.scm (svtplay-dl): Update to 4.167. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-pytest, python-requests-mock, python-setuptools. Change-Id: Icb1514632e24c1462d8c79cd5dbd60319b1747d0 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/video.scm23
1 files changed, 12 insertions, 11 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 4c834966ee7..4f952584af3 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -7021,17 +7021,18 @@ for details on how to change this.")
(define-public svtplay-dl
(package
(name "svtplay-dl")
- (version "4.17")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/spaam/svtplay-dl")
- (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0yjxmvldskw4pji3lg69pbx05izvxahz9my7z5p31mkiz6v33dmx"))))
- (build-system python-build-system)
+ (version "4.167")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/spaam/svtplay-dl")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0blpbg5igaahp9x0z31amcjskd2axv4f9458rs2mnby8ajmyyrw8"))))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-pytest python-requests-mock python-setuptools))
(inputs (list ffmpeg python-pyaml python-requests python-pysocks
python-cryptography))
(home-page "https://svtplay-dl.se/")