diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-14 09:54:39 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-18 14:37:10 +0100 |
| commit | 4d6c01253e0664767cfc6b6236a93909c9fa7706 (patch) | |
| tree | f0755cb54d4c457ea8bad7903979107a532a383e | |
| parent | b388e8ae3747bda437137de40dd5434091632561 (diff) | |
gnu: you-get: Update to 0.4.1743.
* gnu/packages/video.scm (you-get): Update to 0.4.1743.
[inputs]: Add python-dukpy.
Change-Id: I8a820e97d07a8fd8c853fd2a92b989c56e7a1c6e
| -rw-r--r-- | gnu/packages/video.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 3ca1799c7a..06f6bad244 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3380,7 +3380,7 @@ original project.") (define-public you-get (package (name "you-get") - (version "0.4.1555") + (version "0.4.1743") (source (origin (method git-fetch) @@ -3389,7 +3389,7 @@ original project.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0gn86i6nfsw395r9a3i88nv2g08s5bgjps7w4qawb9gvk4h7zqap")))) + (base32 "05i2rzj40n5l14zm1zwgncwpdfgrrr1p94wk4vjxkji56y60yydf")))) (build-system pyproject-build-system) (arguments (list @@ -3407,7 +3407,9 @@ original project.") (("(FFMPEG == |\\()'ffmpeg'" _ prefix) (string-append prefix "'" ffmpeg "'"))))))))) (native-inputs (list python-setuptools)) - (inputs (list ffmpeg)) ;for multi-part and >=1080p videos + (inputs + (list ffmpeg ;for multi-part and >=1080p videos + python-dukpy)) (synopsis "Download videos, audio, or images from Web sites") (description "You-Get is a command-line utility to download media contents (videos, |
