From f487a0b2b9433d3151782e187fa9b69e13b9e0c3 Mon Sep 17 00:00:00 2001 Message-Id: From: Jessica Tallon Date: Sat, 28 Jan 2023 11:50:32 +0100 Subject: [PATCH] * gnu/packages/video.scm (svtplay-dl) update to 4.18 --- gnu/packages/video.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 60d39c38dc..4f2012ef3c 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -5635,7 +5635,7 @@ (define-public video-contact-sheet (define-public svtplay-dl (package (name "svtplay-dl") - (version "4.17") + (version "4.18") (source (origin (method git-fetch) (uri (git-reference @@ -5644,10 +5644,11 @@ (define-public svtplay-dl (file-name (git-file-name name version)) (sha256 (base32 - "0yjxmvldskw4pji3lg69pbx05izvxahz9my7z5p31mkiz6v33dmx")))) + "1xb2n3bwjddr86mjynbfd8m2g98gzqbj5mmsfc735q9xp14l30pf")))) (build-system python-build-system) - (inputs (list ffmpeg python-pyaml python-requests python-pysocks + (inputs (list python-pyaml python-requests python-pysocks python-cryptography)) + (propagated-inputs (list ffmpeg)) (home-page "https://svtplay-dl.se/") (synopsis "Download or stream SVT Play's (and others) TV programmes") (description -- 2.39.1