diff options
| author | Ian Eure <ian@retrospec.tv> | 2025-07-02 19:44:43 -0700 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-03 23:42:37 +0100 |
| commit | c3921e8e0e3cb9b2dcc4c1ca85dc2c059ce37f7b (patch) | |
| tree | 98cf6adce962101119f5f07dfb3dacc6d019d5a3 | |
| parent | 20c8cbb40f1ca4a31097f73958a1a586f5c977fd (diff) | |
gnu: yt-dlp: Update to 2025.06.30.
* gnu/packages/video.scm (yt-dlp): Update to 2025.06.30.
Change-Id: I6646d6547e6bcc8f774677c97bcffcbbbb741269
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index c8aa7c948c3..62ff4b563e2 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm | |||
| @@ -3117,7 +3117,7 @@ YouTube.com and many more sites.") | |||
| 3117 | (define-public yt-dlp | 3117 | (define-public yt-dlp |
| 3118 | (package | 3118 | (package |
| 3119 | (name "yt-dlp") | 3119 | (name "yt-dlp") |
| 3120 | (version "2025.06.09") | 3120 | (version "2025.06.30") |
| 3121 | (source | 3121 | (source |
| 3122 | (origin | 3122 | (origin |
| 3123 | (method git-fetch) | 3123 | (method git-fetch) |
| @@ -3129,7 +3129,7 @@ YouTube.com and many more sites.") | |||
| 3129 | (snippet '(substitute* "pyproject.toml" | 3129 | (snippet '(substitute* "pyproject.toml" |
| 3130 | (("^.*Programming Language :: Python :: 3\\.13.*$") ""))) | 3130 | (("^.*Programming Language :: Python :: 3\\.13.*$") ""))) |
| 3131 | (sha256 | 3131 | (sha256 |
| 3132 | (base32 "0iv42r09y47bicx6w6r3lhpxh4p4lk1hl4pasif273shjiwh6pwp")))) | 3132 | (base32 "14pk2rk5vm9469ghkvciaz74fihbl8dfi27qj6xnxv71hpm5w03p")))) |
| 3133 | (build-system pyproject-build-system) | 3133 | (build-system pyproject-build-system) |
| 3134 | (arguments | 3134 | (arguments |
| 3135 | `(#:tests? ,(not (%current-target-system)) | 3135 | `(#:tests? ,(not (%current-target-system)) |
